Ignore:
Timestamp:
Mar 25, 2007, 8:49:46 PM (18 years ago)
Author:
cinc
Message:

Code cleanups. Started H file emitter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/idl-compiler/parser_c/interface_parser.c

    r271 r272  
    4141
    4242extern GScanner *gScanner;
    43 /* The pointer array holding the interfaces we found */
    44 extern GPtrArray* pInterfaceArray;
    4543extern PPARSEINFO pParseInfo;
    4644
     
    5250    pParseInfo->pCurInterface->fIsInRootFile=TRUE;
    5351
    54   g_ptr_array_add(pInterfaceArray, (gpointer) pParseInfo->pCurInterface);
     52  g_ptr_array_add(pParseInfo->pInterfaceArray, (gpointer) pParseInfo->pCurInterface);
    5553
    5654  /* Any found interface is registered as a new type so it can be
Note: See TracChangeset for help on using the changeset viewer.