Changeset 264 for trunk/idl-compiler/include/parser.h
- Timestamp:
- Mar 24, 2007, 7:17:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/idl-compiler/include/parser.h
r261 r264 51 51 { 52 52 gchar* chrName; /* Name of this instance variable */ 53 gchar* chrIntroducingIFace; 53 54 }OVERMETHOD, *POVERMETHOD; 54 55 … … 100 101 const SYMBOL *pSymbols; /* List of our introduced symbols */ 101 102 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. */ 102 108 }SYMBOLINFO,*PSYMBOLINFO; 103 109 … … 145 151 void parseClassVersion(void); 146 152 void parseOverrideMethod(void); 153 void parseHash(void); 154 void parsePreprocLineInfo(void); 147 155 148
Note:
See TracChangeset
for help on using the changeset viewer.