Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
9a1d788d
Commit
9a1d788d
authored
Mar 13, 1997
by
sof
Browse files
[project @ 1997-03-13 07:55:18 by sof]
Removed redef of exit
parent
f916e214
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/includes/Parallel.lh
View file @
9a1d788d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment