summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorsof <unknown>2002-07-18 06:07:37 +0000
committersof <unknown>2002-07-18 06:07:37 +0000
commit3db151b4334c3af02aaaa5f8f1b233805ee90086 (patch)
tree10c42b5f390e455eb7cab698a514bb2fea6672d6 /ghc
parent542dd0c2a980156cd6dbdc07e3443c9dc0e7b421 (diff)
downloadhaskell-3db151b4334c3af02aaaa5f8f1b233805ee90086.tar.gz
[project @ 2002-07-18 06:07:37 by sof]
EXIT_{FAILURE,SUCCESS}: it's time to let the re-definition of these age-old defines go..
Diffstat (limited to 'ghc')
-rw-r--r--ghc/includes/Rts.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/ghc/includes/Rts.h b/ghc/includes/Rts.h
index 38953a3dfa..565b0353c8 100644
--- a/ghc/includes/Rts.h
+++ b/ghc/includes/Rts.h
@@ -1,5 +1,5 @@
/* -----------------------------------------------------------------------------
- * $Id: Rts.h,v 1.18 2002/02/14 16:58:13 sof Exp $
+ * $Id: Rts.h,v 1.19 2002/07/18 06:07:37 sof Exp $
*
* (c) The GHC Team, 1998-1999
*
@@ -23,14 +23,6 @@ extern "C" {
RTS Exit codes
-------------------------------------------------------------------------- */
-#if ! defined(EXIT_SUCCESS) || ! defined(EXIT_FAILURE)
-/* "stdlib.h" should have defined these; but at least
- on SunOS 4.1.3, this is not so.
-*/
-#define EXIT_SUCCESS 0
-#define EXIT_FAILURE 1
-#endif
-
/* 255 is allegedly used by dynamic linkers to report linking failure */
#define EXIT_INTERNAL_ERROR 254
#define EXIT_DEADLOCK 253