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

[project @ 1998-06-11 10:48:40 by sof]

include "stgio.h" to bring function prototypes of relevant C stubs into scope.
parent eff637eb
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
\section[CPUTime]{Haskell 1.4 CPU Time Library}
\begin{code}
{-# OPTIONS -fno-implicit-prelude #-}
{-# OPTIONS -fno-implicit-prelude -#include "cbits/stgio.h" #-}
module CPUTime
(
......
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