Ignore:
Timestamp:
Mar 25, 2007, 12:33:43 PM (18 years ago)
Author:
cinc
Message:

Output file creation and better option parsing

File:
1 edited

Legend:

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

    r266 r267  
    117117  char*     chrCurrentSourceFile;/* The preprocessor includes files for us. This is the info
    118118                                    about their name. */
    119 
     119  FILE*     outFile;             /* Output file handle */
    120120}PARSEINFO, *PPARSEINFO;
    121121
     
    137137  IDL_SYMBOL_GCHAR,
    138138  IDL_SYMBOL_VOID,
     139  /* Legacy support */
     140  IDL_SYMBOL_BOOLEAN,
     141  IDL_SYMBOL_STRING,
    139142  /* Direction of method parameters */
    140143  IDL_SYMBOL_IN,
Note: See TracChangeset for help on using the changeset viewer.