Ignore:
Timestamp:
Mar 25, 2007, 1:07:25 AM (18 years ago)
Author:
cinc
Message:

Getting along with parsing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/idl-compiler/include/parser.h

    r265 r266  
    4646
    4747#define IDL_COMPILER_STRING "IDL compiler" /* Used inside warnings and errors */
     48#define ID_SCOPE 0
    4849
    4950/* Holding an overriden method */
     
    127128  IDL_SYMBOL_INSTANCEVAR,
    128129  IDL_SYMBOL_OVERRIDE,
     130  IDL_SYMBOL_REGINTERFACE,  /* Used for registered interfaces */
     131  IDL_SYMBOL_NATIVE,
    129132  /* Some GLib types */
    130133  IDL_SYMBOL_GULONG,           /* 275 */
     
    132135  IDL_SYMBOL_GPOINTER,
    133136  IDL_SYMBOL_GBOOLEAN,
     137  IDL_SYMBOL_GCHAR,
     138  IDL_SYMBOL_VOID,
    134139  /* Direction of method parameters */
    135140  IDL_SYMBOL_IN,
Note: See TracChangeset for help on using the changeset viewer.