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/c/nom-idl-compiler.c

    r272 r275  
    8585  {"NOMCLASSNAME", IDL_SYMBOL_CLSNAME, KIND_UNKNOWN},
    8686  {"NOMMETACLASS", IDL_SYMBOL_OLDMETACLASS, KIND_UNKNOWN},
    87   {"MetaClass", IDL_SYMBOL_METACLASS, KIND_UNKNOWN},
     87  {"metaclass", IDL_SYMBOL_METACLASS, KIND_UNKNOWN},
     88  {"filestem", IDL_SYMBOL_FILESTEM, KIND_UNKNOWN},
    8889  {"native", IDL_SYMBOL_NATIVE, KIND_UNKNOWN},
    8990  {"gulong", IDL_SYMBOL_GULONG, KIND_TYPESPEC},
Note: See TracChangeset for help on using the changeset viewer.