From: sof Date: Fri, 22 Jan 1999 13:12:22 +0000 (+0000) Subject: [project @ 1999-01-22 13:12:22 by sof] X-Git-Tag: Approx_2487_patches~20 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b8fac567df42b0413fe3a2dec718937897e290a4;p=ghc-hetmet.git [project @ 1999-01-22 13:12:22 by sof] ifaceKeywordsFM: adding missing __ccall_GC entry --- diff --git a/ghc/compiler/reader/Lex.lhs b/ghc/compiler/reader/Lex.lhs index 11d5774..4346902 100644 --- a/ghc/compiler/reader/Lex.lhs +++ b/ghc/compiler/reader/Lex.lhs @@ -657,6 +657,7 @@ ifaceKeywordsFM = listToUFM $ ("__Ux", ITunfold IAmALoopBreaker), ("__ccall", ITccall (False, False, False)), + ("__ccall_GC", ITccall (False, False, True)), ("__dyn_ccall", ITccall (True, False, False)), ("__dyn_ccall_GC", ITccall (True, False, True)), ("__casm", ITccall (False, True, False)),