diff options
author | polwex <polwex@sortug.com> | 2025-10-05 21:56:51 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-10-05 21:56:51 +0700 |
commit | fcedfddf00b3f994e4f4e40332ac7fc192c63244 (patch) | |
tree | 51d38e62c7bdfcc5f9a5e9435fe820c93cfc9a3d /vere/pkg/past/v5.h |
claude is gud
Diffstat (limited to 'vere/pkg/past/v5.h')
-rw-r--r-- | vere/pkg/past/v5.h | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/vere/pkg/past/v5.h b/vere/pkg/past/v5.h new file mode 100644 index 0000000..4dcdb86 --- /dev/null +++ b/vere/pkg/past/v5.h @@ -0,0 +1,60 @@ +#ifndef U3_V5_H +#define U3_V5_H + +#include "allocate.h" +#include "hashtable.h" +#include "imprison.h" +#include "jets.h" +#include "nock.h" +#include "retrieve.h" +#include "vortex.h" + + /*** current + ***/ +# define u3_v5_cell u3_cell +# define u3_v5_noun u3_noun +# define u3_v5_none u3_none + +# define u3A_v5 u3A +# define u3R_v5 u3R +# define u3j_v5_boot u3j_boot +# define u3j_v5_ream u3j_ream +# define u3a_v5_walloc u3a_walloc +# define u3a_v5_to_pug u3a_to_pug +# define u3a_v5_outa u3a_outa +# define u3a_v5_gain u3a_gain +# define u3i_v5_cell u3i_cell +# define u3h_v5_put u3h_put +# define u3a_v5_lose u3a_lose + +# define u3a_v5_atom u3a_atom +# define u3a_v5_is_atom u3a_is_atom +# define u3a_v5_is_pom u3a_is_pom +# define u3a_v5_north_is_normal u3a_north_is_normal +# define u3n_v5_prog u3n_prog +# define u3r_v5_mug_both u3r_mug_both +# define u3r_v5_mug_words u3r_mug_words + +# define u3a_v5_heap u3a_heap +# define u3a_v5_is_cat u3a_is_cat +# define u3a_v5_is_cell u3a_is_cell +# define u3a_v5_is_north u3a_is_north +# define u3a_v5_is_pom u3a_is_pom +# define u3a_v5_is_pug u3a_is_pug + +# define u3j_v5_fink u3j_fink +# define u3j_v5_fist u3j_fist +# define u3j_v5_hank u3j_hank +# define u3j_v5_rite u3j_rite +# define u3j_v5_site u3j_site + +# define u3h_v5_buck u3h_buck +# define u3h_v5_node u3h_node +# define u3h_v5_root u3h_root +# define u3h_v5_slot_is_node u3h_slot_is_node +# define u3h_v5_slot_is_noun u3h_slot_is_noun +# define u3h_v5_slot_is_null u3h_slot_is_null +# define u3h_v5_noun_to_slot u3h_noun_to_slot +# define u3h_v5_slot_to_noun u3h_slot_to_noun + +#endif /* U3_V5_H */ |