Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
1820f42c
Commit
1820f42c
authored
Oct 20, 2003
by
panne
Browse files
[project @ 2003-10-20 18:50:45 by panne]
Fixed previous commit. Negation is the root of all evil... :-)
parent
d0c6e4ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/includes/Signals.h
View file @
1820f42c
...
...
@@ -15,7 +15,7 @@
#define STG_SIG_HAN (-4)
#define STG_SIG_RST (-5)
#if
!
defined(mingw32_TARGET_OS)
#if defined(mingw32_TARGET_OS)
extern
int
stg_InstallConsoleEvent
(
int
action
,
StgStablePtr
*
handler
);
#else
extern
int
stg_sig_install
(
int
,
int
,
StgStablePtr
*
,
void
*
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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