Skip to content
Snippets Groups Projects
Commit 5ee05a2b authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2003-02-14 19:21:57 by panne]

Not sure if this fix is correct, but at least this module compiles
again...
parent 5538aeeb
No related merge requests found
......@@ -652,7 +652,7 @@ tc_rn_src_decls ds
} ;
-- If there's a splice, we must carry on
Just (SpliceDecl splice_expr splice_loc, rest_ds) ->
Just (SpliceDecl splice_expr splice_loc, rest_ds) -> do {
#ifndef GHCI
failWithTc (text "Can't do a top-level splice; need a bootstrapped compiler")
#else
......@@ -673,7 +673,7 @@ tc_rn_src_decls ds
return (tc_envs, src_fvs1 `plusFV` src_fvs2)
}
#endif /* GHCI */
}}
}}}
\end{code}
......
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