Ignore:
Timestamp:
Sep 30, 2007, 8:46:27 PM (18 years ago)
Author:
cinc
Message:

Allow 'foo:override;' for method overriding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/idl-compiler/c/nom-idl-compiler.c

    r292 r310  
    7474
    7575/* 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! */
    7777SYMBOL idlSymbols[]={
    7878  {"interface", IDL_SYMBOL_INTERFACE, KIND_UNKNOWN}, /* 71 */
     
    8080  {"NOMINSTANCEVAR", IDL_SYMBOL_INSTANCEVAR, KIND_UNKNOWN},
    8181  {"NOMOVERRIDE", IDL_SYMBOL_OVERRIDE, KIND_UNKNOWN},
     82  {"override", IDL_SYMBOL_OVERRIDE2, KIND_UNKNOWN},
    8283  {"NOMREGISTEREDIFACE", IDL_SYMBOL_REGINTERFACE, KIND_TYPESPEC},
    8384  {"NOMCLASSNAME", IDL_SYMBOL_CLSNAME, KIND_UNKNOWN},
     
    490491   This function prints the error messages with corrected linenumbers and the source file name
    491492   in which to find the problem.
    492    
    493493 */
    494494void funcMsgHandler(GScanner *gScanner, gchar *message, gboolean error)
Note: See TracChangeset for help on using the changeset viewer.