Changeset 310 for trunk/idl-compiler/c/nom-idl-compiler.c
- Timestamp:
- Sep 30, 2007, 8:46:27 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/idl-compiler/c/nom-idl-compiler.c
r292 r310 74 74 75 75 /* Symbols defined for our IDL language. 76 Keep this in synch with the defined enums ! */76 Keep this in synch with the defined enums in parser.h! */ 77 77 SYMBOL idlSymbols[]={ 78 78 {"interface", IDL_SYMBOL_INTERFACE, KIND_UNKNOWN}, /* 71 */ … … 80 80 {"NOMINSTANCEVAR", IDL_SYMBOL_INSTANCEVAR, KIND_UNKNOWN}, 81 81 {"NOMOVERRIDE", IDL_SYMBOL_OVERRIDE, KIND_UNKNOWN}, 82 {"override", IDL_SYMBOL_OVERRIDE2, KIND_UNKNOWN}, 82 83 {"NOMREGISTEREDIFACE", IDL_SYMBOL_REGINTERFACE, KIND_TYPESPEC}, 83 84 {"NOMCLASSNAME", IDL_SYMBOL_CLSNAME, KIND_UNKNOWN}, … … 490 491 This function prints the error messages with corrected linenumbers and the source file name 491 492 in which to find the problem. 492 493 493 */ 494 494 void funcMsgHandler(GScanner *gScanner, gchar *message, gboolean error)
Note:
See TracChangeset
for help on using the changeset viewer.