Changeset 376 for trunk/idl-compiler/ih-emitter_c
- Timestamp:
- Jun 29, 2008, 6:33:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/idl-compiler/ih-emitter_c/ih_file_emitter.c
r326 r376 61 61 fprintf(fh, "#include \"%s.h\"\n\n", pif->chrFileStem); 62 62 63 fprintf(fh, "#ifndef NOMCOMPILER\n"); 64 63 65 } 64 66 … … 574 576 575 577 fprintf(fh, "\n#endif /* NOM_%s_IMPLEMENTATION_FILE */\n", pif->chrName); 578 579 fprintf(fh, "#endif /* NOMCOMPILER */\n"); 580 576 581 fprintf(fh, "#endif/* %s_IH */\n", pif->chrName); 577 582 }
Note:
See TracChangeset
for help on using the changeset viewer.