Sync with 5.2.0
[deliverable/titan.core.git] / compiler2 / CompilerError.cc
index 88b5accf5bff45ad9a9ab62a8d7b9854fe2b4607..2b438fa90a10c07f3624888d972c89a9e76418c1 100644 (file)
@@ -298,7 +298,7 @@ namespace Common {
     if (++error_count >= max_errors) {
       fputs("Maximum number of errors reached, aborting.\n", stderr);
       fflush(stderr);
-      abort();
+      exit(EXIT_FAILURE);
     }
   }
 
This page took 0.05181 seconds and 5 git commands to generate.