From: sof Date: Thu, 13 Mar 1997 07:55:18 +0000 (+0000) Subject: [project @ 1997-03-13 07:55:18 by sof] X-Git-Tag: Approximately_1000_patches_recorded~827 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9a1d788d9188bd7de381efc5a7a88970eb0009c8;p=ghc-hetmet.git [project @ 1997-03-13 07:55:18 by sof] Removed redef of exit --- diff --git a/ghc/includes/Parallel.lh b/ghc/includes/Parallel.lh index 6a565db..f87aa0c 100644 --- a/ghc/includes/Parallel.lh +++ b/ghc/includes/Parallel.lh @@ -85,9 +85,13 @@ void freeHashTable PROTO((HashTable *table, void (*freeDataFun) PROTO((void *dat HashTable *allocHashTable(STG_NO_ARGS); void *removeHashTable PROTO((HashTable *table, StgWord key, void *data)); +/* + Redefining exit is more trouble than its worth, IMO -- SOF +*/ extern void myexit PROTO((I_)); # define EXIT myexit -# define exit : error : Wrong exit! +/* # define exit : error : Wrong exit! */ + # else # define EXIT exit # endif