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 | | |
| | | | | | | | | | #ifndef BAR | #define BAR(NUMTYPE, TYPE, NAME) FOO(NUMTYPE, TYPE, NAME) | #endif /* !BAR */ | | | BAR(size_t,PIKE_OPCODE_T,program) | FOO(size_t,size_t,relocations) | FOO(size_t,char,linenumbers) | FOO(unsigned INT16,unsigned INT16,identifier_index) | FOO(unsigned INT16,unsigned INT16,variable_index) | FOO(unsigned INT16,struct reference,identifier_references) | FOO(unsigned INT16,struct pike_string *,strings) | FOO(unsigned INT16,struct inherit,inherits) | FOO(unsigned INT16,struct identifier,identifiers) | FOO(unsigned INT16,struct program_constant, constants) | #undef FOO | #undef BAR | | |
|