Use gnulib exit module.
[pspp-builds.git] / src / language / lexer / q2c.c
index ec369dbcb5b3b0d04bc40d428c1ddb6f2bbcf259..1b12c269a140c80e91738c1de2f0e348a2a2dd11 100644 (file)
 #include <unistd.h>
 #include <libpspp/compiler.h>
 #include <libpspp/str.h>
-
-
-/* Brokenness. */
-#ifndef EXIT_SUCCESS
-#define EXIT_SUCCESS 0
-#endif
-
-#ifndef EXIT_FAILURE
-#define EXIT_FAILURE 1
-#endif
+#include "exit.h"
 
      
 /* Max length of an input line. */