Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
e92dc7a1
Commit
e92dc7a1
authored
Oct 22, 1999
by
sof
Browse files
[project @ 1999-10-22 08:47:39 by sof]
made writeErrString__ f.i. unsafe
parent
ff99f2d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/std/PrelHandle.lhs
View file @
e92dc7a1
%
% (c) The AQUA Project, Glasgow University, 1994-1996
%
...
...
@@ -1032,7 +1032,7 @@ reportError bombOut str = do
foreign label "ErrorHdrHook"
addrOf_ErrorHdrHook :: Addr
foreign import ccall "writeErrString__"
foreign import ccall "writeErrString__"
unsafe
writeErrString :: Addr -> ByteArray Int -> Int -> IO ()
foreign import ccall "stackOverflow"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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