summaryrefslogtreecommitdiff
path: root/libraries/base/Debug
diff options
context:
space:
mode:
authorwolfgang <unknown>2005-01-29 16:10:27 +0000
committerwolfgang <unknown>2005-01-29 16:10:27 +0000
commitdbc3cfed2bc307a2522a0a1e5b92d9461c612a19 (patch)
treeffad55adfa518579071ebd727312c95b4e69547f /libraries/base/Debug
parent5762f04e707cc6dd2d7c05eee574fc5d40bac1b4 (diff)
downloadhaskell-dbc3cfed2bc307a2522a0a1e5b92d9461c612a19.tar.gz
[project @ 2005-01-29 16:10:27 by wolfgang]
import CString on non-windows platforms.
Diffstat (limited to 'libraries/base/Debug')
-rw-r--r--libraries/base/Debug/Trace.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/libraries/base/Debug/Trace.hs b/libraries/base/Debug/Trace.hs
index 7c9295f0ee..5bc71280c9 100644
--- a/libraries/base/Debug/Trace.hs
+++ b/libraries/base/Debug/Trace.hs
@@ -22,10 +22,8 @@ import Prelude
import System.IO.Unsafe
#ifdef __GLASGOW_HASKELL__
-#ifdef mingw32_HOST_OS
import Foreign.C.String
#endif
-#endif
-- | 'putTraceMsg' function outputs the trace message from IO monad.
-- Usually the output stream is 'stderr' but if the function is called