From: simonpj Date: Mon, 13 Jan 2003 13:39:34 +0000 (+0000) Subject: [project @ 2003-01-13 13:39:34 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~1263 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a7c1d388ea6ac3cd1d304ccc44bbc358fa92644f;p=ghc-hetmet.git [project @ 2003-01-13 13:39:34 by simonpj] wibble --- diff --git a/ghc/docs/users_guide/ffi-chap.sgml b/ghc/docs/users_guide/ffi-chap.sgml index d3658e6..c61e967 100644 --- a/ghc/docs/users_guide/ffi-chap.sgml +++ b/ghc/docs/users_guide/ffi-chap.sgml @@ -273,7 +273,7 @@ It is also possible, according the FFI specification, to put the option in the foreign import declaration itself: - foreign import "#include foo.h f" f :: Int -> IO Int + foreign import "foo.h f" f :: Int -> IO Int When compiling this module, GHC will generate a C file that includes the specified . However, GHC