Main Page | Class List | Directories | File List | Class Members | File Members

program_areas.h

Go to the documentation of this file.
00001 /*
00002 || This file is part of Pike. For copyright information see COPYRIGHT.
00003 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
00004 || for more information.
00005 || $Id: program_areas.h,v 1.14 2005/05/31 11:27:11 grubba Exp $
00006 */
00007 
00008 /* Who needs templates anyway? / Hubbe */
00009 
00010 #ifndef BAR
00011 #define BAR(NUMTYPE, TYPE, ARGTYPE, NAME) FOO(NUMTYPE, TYPE, ARGTYPE, NAME)
00012 #endif /* !BAR */
00013 
00014 /* Program *must* be first! */
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

Generated on Fri Jul 22 23:44:26 2005 for Pike by  doxygen 1.3.9.1