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

[project @ 1998-04-10 14:38:47 by simonm]

'erf' isn't POSIX, so add

	{-# OPTIONS -optc-DNON_POSIX_SOURCE #-}

to make sure we get the proper prototype from <math.h>.
parent 908d7c8b
No related merge requests found
{-# OPTIONS -optc-DNON_POSIX_SOURCE #-}
module Main (main) where
import IOExts ( unsafePerformIO )
......
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