From c4b392a179048f936c062f5ffccc2bc25627e500 Mon Sep 17 00:00:00 2001 From: polwex Date: Mon, 6 Oct 2025 01:01:41 +0700 Subject: working --- vere/pkg/noun/v3/allocate.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 vere/pkg/noun/v3/allocate.h (limited to 'vere/pkg/noun/v3/allocate.h') 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 */ -- cgit v1.2.3