Skip to content
Snippets Groups Projects
Commit 94edb050 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-07-14 11:16:43 by simonmar]

link in NonTermination_static_closure.
parent 24ca991c
No related branches found
No related tags found
No related merge requests found
...@@ -1080,6 +1080,7 @@ sub setupLinkOpts { ...@@ -1080,6 +1080,7 @@ sub setupLinkOpts {
,'-u', "${uscore}PrelPack_unpackCString_closure" ,'-u', "${uscore}PrelPack_unpackCString_closure"
,'-u', "${uscore}PrelException_stackOverflow_closure" ,'-u', "${uscore}PrelException_stackOverflow_closure"
,'-u', "${uscore}PrelException_heapOverflow_closure" ,'-u', "${uscore}PrelException_heapOverflow_closure"
,'-u', "${uscore}PrelException_NonTermination_static_closure"
)); ));
if (!$NoHaskellMain) { if (!$NoHaskellMain) {
unshift (@Ld_flags,'-u', "${uscore}PrelMain_mainIO_closure"); unshift (@Ld_flags,'-u', "${uscore}PrelMain_mainIO_closure");
......
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