Skip to content
Snippets Groups Projects
Commit 587d59d7 authored by Julian Seward's avatar Julian Seward
Browse files

[project @ 2000-10-11 16:15:32 by sewardj]

Reinstate emptyPCS.
parent 55416377
No related merge requests found
......@@ -67,5 +67,13 @@ cmCompile finder summary old_iface hst pcs
pcs
[]
)
-- should be somewhere else?
emptyPCS :: IO PersistentCompilerState
emptyPCS = return (PersistentCompilerState
{ pcs_modmap = emptyFM,
pcs_pit = emptyPIT,
pcs_pst = emptyPST,
pcs_hp = emptyHoldingPen })
\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