From b8fac567df42b0413fe3a2dec718937897e290a4 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 22 Jan 1999 13:12:22 +0000 Subject: [PATCH] [project @ 1999-01-22 13:12:22 by sof] ifaceKeywordsFM: adding missing __ccall_GC entry --- ghc/compiler/reader/Lex.lhs | 1 + 1 file changed, 1 insertion(+) 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)), -- 1.7.10.4