Skip to content
Snippets Groups Projects
Commit e1dffdbe authored by sof's avatar sof
Browse files

[project @ 1999-09-13 11:02:08 by sof]

Only use initUserSignals() if you've got it defined
parent ba25dd97
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: RtsStartup.c,v 1.18 1999/08/25 16:11:50 simonmar Exp $
* $Id: RtsStartup.c,v 1.19 1999/09/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment