summaryrefslogtreecommitdiff
path: root/vere/pkg/noun/v3/allocate.h
diff options
context:
space:
mode:
Diffstat (limited to 'vere/pkg/noun/v3/allocate.h')
-rw-r--r--vere/pkg/noun/v3/allocate.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/vere/pkg/noun/v3/allocate.h b/vere/pkg/noun/v3/allocate.h
new file mode 100644
index 0000000..a47cc1f
--- /dev/null
+++ b/vere/pkg/noun/v3/allocate.h
@@ -0,0 +1,17 @@
+#ifndef U3_ALLOCATE_V3_H
+#define U3_ALLOCATE_V3_H
+
+#include "../allocate.h"
+
+#include "v3/manage.h"
+#include "options.h"
+
+ /** Aliases.
+ **/
+# define u3R_v3 u3a_Road
+# define u3a_v3_balign u3a_balign
+# define u3a_v3_road u3a_road
+# define u3a_v3_walign u3a_walign
+# define u3a_v3_walloc u3a_walloc
+
+#endif /* ifndef U3_ALLOCATE_V3_H */