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

[project @ 1999-01-22 13:12:22 by sof]

ifaceKeywordsFM: adding missing __ccall_GC entry
parent 9d61889b
No related merge requests found
......@@ -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)),
......
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