Changeset 272 for trunk/idl-compiler/parser_c
- Timestamp:
- Mar 25, 2007, 8:49:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/idl-compiler/parser_c/interface_parser.c
r271 r272 41 41 42 42 extern GScanner *gScanner; 43 /* The pointer array holding the interfaces we found */44 extern GPtrArray* pInterfaceArray;45 43 extern PPARSEINFO pParseInfo; 46 44 … … 52 50 pParseInfo->pCurInterface->fIsInRootFile=TRUE; 53 51 54 g_ptr_array_add(p InterfaceArray, (gpointer) pParseInfo->pCurInterface);52 g_ptr_array_add(pParseInfo->pInterfaceArray, (gpointer) pParseInfo->pCurInterface); 55 53 56 54 /* Any found interface is registered as a new type so it can be
Note:
See TracChangeset
for help on using the changeset viewer.