Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
e1dffdbe
Commit
e1dffdbe
authored
Sep 13, 1999
by
sof
Browse files
[project @ 1999-09-13 11:02:08 by sof]
Only use initUserSignals() if you've got it defined
parent
ba25dd97
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/rts/RtsStartup.c
View file @
e1dffdbe
/* -----------------------------------------------------------------------------
* $Id: RtsStartup.c,v 1.1
8
1999/0
8/25 16:11:50 simonmar
Exp $
* $Id: RtsStartup.c,v 1.1
9
1999/0
9/13 11:02:08 sof
Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -123,7 +123,9 @@ startupHaskell(int argc, char *argv[])
initStats
();
/* Initialise the user signal handler set */
#if !defined(mingw32_TARGET_OS) && !defined(PAR)
initUserSignals
();
#endif
/* When the RTS and Prelude live in separate DLLs,
we need to patch up the char- and int-like tables
...
...
Write
Preview
Supports
Markdown
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