]> git.saurik.com Git - bison.git/blobdiff - src/main.c
Update.
[bison.git] / src / main.c
index 674c56d5fd7634763dc33643a820a9fdfcb1115e..10d5e0a8457b00e0205ddd06afe1b743ef3a7b78 100644 (file)
@@ -119,7 +119,7 @@ main (int argc, char *argv[])
 
   output_files ();
 
-  exit (complain_message_count ? 1 : 0);
+  return complain_message_count ? EXIT_FAILURE : EXIT_SUCCESS;
 }
 \f
 /* Abort for an internal error denoted by string S.  */