summaryrefslogtreecommitdiff
path: root/vere/pkg/noun/v3/allocate.h
blob: a47cc1f459376ef45d170c46d53d0c1e3268b142 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 */