diff options
Diffstat (limited to 'tools/cppdrv.cc')
| -rw-r--r-- | tools/cppdrv.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cppdrv.cc b/tools/cppdrv.cc index 91b27b3..e46c8ee 100644 --- a/tools/cppdrv.cc +++ b/tools/cppdrv.cc @@ -20,8 +20,8 @@ int main(int argc, char const* argv[]) { if (auto code = CPlusPlusPreprocessorMain(2, argv); code > 0) { std::printf("cppdrv: preprocessor exited with code %i.\n", code); - return LIBCOMPILER_EXEC_ERROR; + return NECTI_EXEC_ERROR; } - return LIBCOMPILER_SUCCESS; + return NECTI_SUCCESS; }
\ No newline at end of file |
