Ignore:
Timestamp:
Mar 24, 2007, 7:17:11 PM (18 years ago)
Author:
cinc
Message:

More code...

File:
1 edited

Legend:

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

    r261 r264  
    5151{
    5252  gchar* chrName;    /* Name of this instance variable */
     53  gchar* chrIntroducingIFace;
    5354}OVERMETHOD, *POVERMETHOD;
    5455
     
    100101  const SYMBOL    *pSymbols;     /* List of our introduced symbols */
    101102  guint     uiCurSymbolKind;
     103  guint     uiLineCorrection;    /* This is the line number put by the preprocessor into
     104                                    the source file. It's used to calculate proper line numbers
     105                                    for errors. */
     106  char*     chrCurrentSourceFile;/* The preprocessor includes files for us. This is the info
     107                                    about their name. */
    102108}SYMBOLINFO,*PSYMBOLINFO;
    103109
     
    145151void parseClassVersion(void);
    146152void parseOverrideMethod(void);
     153void parseHash(void);
     154void parsePreprocLineInfo(void);
    147155
    148 
Note: See TracChangeset for help on using the changeset viewer.