Changeset 275 for trunk/idl-compiler/c/printdata.c
- Timestamp:
- Mar 26, 2007, 10:17:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/idl-compiler/c/printdata.c
r272 r275 146 146 g_printf("\tMetaclass:\t%s\n", (pif->chrMetaClass ? pif->chrMetaClass : "None")); 147 147 g_printf("\tSource file:\t%s\n", pif->chrSourceFileName); 148 if(pif->chrFileStem) 149 g_printf("\tFile stem:\t%s\n", pif->chrFileStem); 148 150 /* Print instance vars */ 149 151 g_printf("\tInstance vars:\t%d\n", pif->pInstanceVarArray->len); … … 168 170 g_printf("\tMetaclass:\t%s\n", (pif->chrMetaClass ? pif->chrMetaClass : "None")); 169 171 g_printf("\tSource file:\t%s\n", pif->chrSourceFileName); 172 if(pif->chrFileStem) 173 g_printf("\tFile stem:\t%s\n", pif->chrFileStem); 170 174 /* Print instance vars */ 171 175 g_printf("\tInstance vars:\t%d\n", pif->pInstanceVarArray->len);
Note:
See TracChangeset
for help on using the changeset viewer.