| 285 | } |
| 286 | |
| 287 | void nullcSaveListing(const char *fileName) |
| 288 | { |
| 289 | using namespace NULLC; |
| 290 | NULLC_CHECK_INITIALIZED((void)0); |
| 291 | |
| 292 | #ifdef NULLC_LOG_FILES |
| 293 | compiler->SaveListing(fileName); |
| 294 | #else |
| 295 | (void)fileName; |
| 296 | #endif |
| 297 | } |
| 298 | |
| 299 | void nullcTranslateToC(const char *fileName, const char *mainName) |
| 300 | { |