Changeset 275 for trunk/idl-compiler/include/parser.h
- Timestamp:
- Mar 26, 2007, 10:17:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/idl-compiler/include/parser.h
r272 r275 85 85 char* chrSourceFileName; /* The preprocessor includes files for us. This is the info 86 86 about the file this interface is defined in. */ 87 char* chrFileStem; /* Holding output filestem */ 87 88 GPtrArray *pMethodArray; 88 89 GPtrArray *pOverrideArray; … … 125 126 IDL_SYMBOL_OLDMETACLASS, 126 127 IDL_SYMBOL_METACLASS, 128 IDL_SYMBOL_FILESTEM, /* Followed by the file name for output */ 127 129 IDL_SYMBOL_NATIVE, 128 130 /* Some GLib types */ … … 171 173 void parsePreprocLineInfo(void); 172 174 void parseMetaClass(void); 175 void parseFileStem(void); 173 176 174 177 void emitHFile(GPtrArray* pInterfaceArray);
Note:
See TracChangeset
for help on using the changeset viewer.