00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef BAR
00011 #define BAR(NUMTYPE, TYPE, ARGTYPE, NAME) FOO(NUMTYPE, TYPE, ARGTYPE, NAME)
00012 #endif
00013
00014
00015 BAR(size_t,PIKE_OPCODE_T, PIKE_OPCODE_T, program)
00016 FOO(size_t,size_t, size_t, relocations)
00017 FOO(size_t,char, int, linenumbers)
00018 FOO(unsigned INT16,unsigned INT16, unsigned, identifier_index)
00019 FOO(unsigned INT16,unsigned INT16, unsigned, variable_index)
00020 FOO(unsigned INT16,struct reference, struct reference, identifier_references)
00021 FOO(unsigned INT16,struct pike_string *, struct pike_string *, strings)
00022 FOO(unsigned INT16,struct inherit, struct inherit, inherits)
00023 FOO(unsigned INT16,struct identifier, struct identifier, identifiers)
00024 FOO(unsigned INT16,struct program_constant, struct program_constant, constants)
00025 #undef FOO
00026 #undef BAR