summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-09-26 15:43:47 -0400
committerBen Gamari <ben@smart-cactus.org>2017-09-26 17:42:34 -0400
commit47888fd8b40fa1db24f107ffdf12ac1673bbe650 (patch)
tree1ed62e5acd7864afd29311d4771aed9658504c4e /includes
parent30a1eeea37e224e4ade9b8e7cdd30076cb716960 (diff)
downloadhaskell-47888fd8b40fa1db24f107ffdf12ac1673bbe650.tar.gz
Revert "Switch VEH to VCH and allow disabling of SEH completely."
Reverting to fix authorship of commit. This reverts commit 1825cbdbdf08ed4bd6fd6794852596078953298a.
Diffstat (limited to 'includes')
-rw-r--r--includes/rts/Flags.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/rts/Flags.h b/includes/rts/Flags.h
index e67f176560..6040201c73 100644
--- a/includes/rts/Flags.h
+++ b/includes/rts/Flags.h
@@ -189,7 +189,6 @@ typedef struct _CONCURRENT_FLAGS {
typedef struct _MISC_FLAGS {
Time tickInterval; /* units: TIME_RESOLUTION */
bool install_signal_handlers;
- bool install_seh_handlers;
bool machineReadable;
StgWord linkerMemBase; /* address to ask the OS for memory
* for the linker, NULL ==> off */