Skip to content
Snippets Groups Projects
Commit e3fc374f authored by sof's avatar sof
Browse files

[project @ 2002-02-15 21:06:29 by sof]

fix bug which caused 'safe' to be identical to 'unsafe' in an FFI decl.
parent b7709803
No related branches found
No related tags found
No related merge requests found
...@@ -319,7 +319,7 @@ ghcExtensionKeywordsFM = listToUFM $ ...@@ -319,7 +319,7 @@ ghcExtensionKeywordsFM = listToUFM $
( "export", ITexport ), ( "export", ITexport ),
( "label", ITlabel ), ( "label", ITlabel ),
( "dynamic", ITdynamic ), ( "dynamic", ITdynamic ),
( "safe", ITunsafe ), ( "safe", ITsafe ),
( "unsafe", ITunsafe ), ( "unsafe", ITunsafe ),
( "with", ITwith ), ( "with", ITwith ),
( "stdcall", ITstdcallconv), ( "stdcall", ITstdcallconv),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment