Ignore:
Timestamp:
Mar 26, 2007, 10:17:04 PM (18 years ago)
Author:
cinc
Message:

Added filestem parsing.

File:
1 edited

Legend:

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

    r272 r275  
    8585  char*  chrSourceFileName; /* The preprocessor includes files for us. This is the info
    8686                               about the file this interface is defined in. */
     87  char*  chrFileStem;  /* Holding output filestem */
    8788  GPtrArray *pMethodArray;
    8889  GPtrArray *pOverrideArray;
     
    125126  IDL_SYMBOL_OLDMETACLASS,
    126127  IDL_SYMBOL_METACLASS,
     128  IDL_SYMBOL_FILESTEM,      /* Followed by the file name for output */
    127129  IDL_SYMBOL_NATIVE,
    128130  /* Some GLib types */
     
    171173void parsePreprocLineInfo(void);
    172174void parseMetaClass(void);
     175void parseFileStem(void);
    173176
    174177void emitHFile(GPtrArray* pInterfaceArray);
Note: See TracChangeset for help on using the changeset viewer.