Changeset 376 for trunk/idl-compiler/h-emitter_c
- Timestamp:
- Jun 29, 2008, 6:33:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/idl-compiler/h-emitter_c/h_file_emitter.c
r375 r376 64 64 fprintf(fh, "#endif /* __cplusplus */\n\n"); 65 65 66 fprintf(fh, "#ifndef NOMCOMPILER\n"); 67 66 68 /* Define the name as an object */ 67 69 fprintf(fh, "#if !defined(_%s_defined)\n", pif->chrName); … … 72 74 fprintf(fh, "#endif\n"); 73 75 fprintf(fh, "#endif\n\n"); 74 75 76 } 76 77 … … 356 357 pArray=pif->pMethodArray; 357 358 358 fprintf(fh, "#ifdef NOMCOMPILER\n"); 359 fprintf(fh, "#else /* NOMCOMPILER */\n"); 360 361 emitInterfaceIncludes(pLocalPI, pif); 359 362 360 363 fprintf(fh, "interface %s", pif->chrName);
Note:
See TracChangeset
for help on using the changeset viewer.