summaryrefslogtreecommitdiff
path: root/vere/pkg/noun/v2/options.h
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-06 01:01:41 +0700
committerpolwex <polwex@sortug.com>2025-10-06 01:01:41 +0700
commitc4b392a179048f936c062f5ffccc2bc25627e500 (patch)
tree09be0904be8ec4d7ea52992ef7580d42ed0c28c1 /vere/pkg/noun/v2/options.h
working
Diffstat (limited to 'vere/pkg/noun/v2/options.h')
-rw-r--r--vere/pkg/noun/v2/options.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/vere/pkg/noun/v2/options.h b/vere/pkg/noun/v2/options.h
new file mode 100644
index 0000000..079f766
--- /dev/null
+++ b/vere/pkg/noun/v2/options.h
@@ -0,0 +1,14 @@
+/// @file
+
+#ifndef U3_OPTIONS_V2_H
+#define U3_OPTIONS_V2_H
+
+#include "../options.h"
+
+ /** Globals.
+ **/
+ /* u3_Config / u3C: global memory control.
+ */
+# define u3C_v2 u3C
+
+#endif /* ifndef U3_OPTIONS_H */