Main Page   File List   File Members  

mc.h

Go to the documentation of this file.
00001 
00010 #ifndef _MIDDLE_CODE_H_
00011 #define _MIDDLE_CODE_H_
00012 
00013 #include <gtk/gtk.h>
00014 #include "class.h"
00015 #include "op.h"
00016 #include "proc.h"
00017 #include "variable.h"
00018 #include "instr.h"
00019 #include "constant.h"
00020 
00021 /*>>> macros                                                                 */
00022 #define mc_add_constant(type, value)     CLASS(const_alloc(type, value))
00023 
00024 /*>>> functions prototypes                                                  */
00025 
00026 #endif /* _MIDDLE_CODE_H_ */

Generated on Tue Aug 6 13:21:19 2002 for lafontaine by doxygen1.2.15