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

[project @ 2000-03-09 14:18:12 by panne]

Added some NOINLINE pragmas for unsafePerformIO/newIORef hacks.
parent d17dea55
No related merge requests found
......@@ -92,6 +92,7 @@ buildId = lookupThinAirId buildIdKey
\end{code}
\begin{code}
{-# NOINLINE thinAirIdMapRef #-}
thinAirIdMapRef :: IORef (UniqFM Id)
thinAirIdMapRef = unsafePerformIO (newIORef (panic "thinAirIdMap: still empty"))
......
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