Ignore:
Timestamp:
Mar 27, 2007, 7:58:40 PM (18 years ago)
Author:
cinc
Message:

IDL compiler: improved outfile handling.

File:
1 edited

Legend:

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

    r276 r277  
    8383  gboolean fIsInRootFile;
    8484  gchar* chrMetaClass; /* Pointer to metaclass name or NULL*/
     85  char*  chrFileStem;  /* Holding output filestem */
    8586  char*  chrSourceFileName; /* The preprocessor includes files for us. This is the info
    8687                               about the file this interface is defined in. */
    87   char*  chrFileStem;  /* Holding output filestem */
    8888  GPtrArray *pMethodArray;
    8989  GPtrArray *pOverrideArray;
     
    111111  char*     chrCurrentSourceFile;/* The preprocessor includes files for us. This is the info
    112112                                    about their name. */
     113  char*  chrOutfilePath;         /* This is only the path, no filename */
    113114  FILE*     outFile;             /* Output file handle */
    114115}PARSEINFO, *PPARSEINFO;
     
    182183void printInterface(PINTERFACE pif);
    183184void printAllInterfacec(void);
     185
     186#ifdef INCL_FILE
     187FILE* openOutfile(GScanner *gScanner, gchar* chrOutName);
     188void closeOutfile(FILE* pFile);
     189#endif
Note: See TracChangeset for help on using the changeset viewer.