Changeset 267 for trunk/idl-compiler/include/parser.h
- Timestamp:
- Mar 25, 2007, 12:33:43 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/idl-compiler/include/parser.h
r266 r267 117 117 char* chrCurrentSourceFile;/* The preprocessor includes files for us. This is the info 118 118 about their name. */ 119 119 FILE* outFile; /* Output file handle */ 120 120 }PARSEINFO, *PPARSEINFO; 121 121 … … 137 137 IDL_SYMBOL_GCHAR, 138 138 IDL_SYMBOL_VOID, 139 /* Legacy support */ 140 IDL_SYMBOL_BOOLEAN, 141 IDL_SYMBOL_STRING, 139 142 /* Direction of method parameters */ 140 143 IDL_SYMBOL_IN,
Note:
See TracChangeset
for help on using the changeset viewer.