src/main.h

changeset 77
ad17801b1a36
parent 75
bf8c57437231
child 82
841562f5a32f
equal deleted inserted replaced
76:c8058716070a 77:ad17801b1a36
96 string GetTypeName (type_e type); 96 string GetTypeName (type_e type);
97 97
98 // Make the parser's variables globally available 98 // Make the parser's variables globally available
99 extern int g_NumStates; 99 extern int g_NumStates;
100 extern int g_NumEvents; 100 extern int g_NumEvents;
101 extern parsermode_e g_CurMode; 101 extern parsermode_e g_current_mode;
102 extern string g_CurState; 102 extern string g_CurState;
103 103
104 #ifndef __GNUC__ 104 #ifndef __GNUC__
105 #define __attribute__(X) 105 #define __attribute__(X)
106 #endif 106 #endif

mercurial