From afac97b82181e2db14226d854761e53c66d98094 Mon Sep 17 00:00:00 2001 From: bringert Date: Thu, 15 Jun 2006 01:41:18 +0000 Subject: Block SIGINT while running gfInteract, as suggested by Peter. --- src/GF/System/Signal.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/GF/System/Signal.hs') diff --git a/src/GF/System/Signal.hs b/src/GF/System/Signal.hs index 3d9e6ef40..fe8a12483 100644 --- a/src/GF/System/Signal.hs +++ b/src/GF/System/Signal.hs @@ -14,14 +14,14 @@ -- Import the right singal handling module. ----------------------------------------------------------------------------- -module GF.System.Signal (runInterruptibly) where +module GF.System.Signal (runInterruptibly,blockInterrupt) where #ifdef USE_INTERRUPT -import GF.System.UseSignal (runInterruptibly) +import GF.System.UseSignal (runInterruptibly,blockInterrupt) #else -import GF.System.NoSignal (runInterruptibly) +import GF.System.NoSignal (runInterruptibly,blockInterrupt) #endif -- cgit v1.2.3