Changeset 270 for trunk/idl-compiler/c/printdata.c
- Timestamp:
- Mar 25, 2007, 2:43:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/idl-compiler/c/printdata.c
r261 r270 144 144 g_printf("\tMinor:\t\t%ld\n", pif->ulMinor); 145 145 g_printf("\tForward decl.:\t%s\n", (pif->fIsForwardDeclaration ? "Yes" : "No")); 146 146 g_printf("\tMetaclass::\t%s\n", (pif->chrMetaClass ? pif->chrMetaClass : "None")); 147 147 /* Print instance vars */ 148 148 g_printf("\tInstance vars:\t%d\n", pif->pInstanceVarArray->len);
Note:
See TracChangeset
for help on using the changeset viewer.