blob: 4dcdb866c12e5d1378339bd16224819cc5a6461b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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 */
|