From a7c1d388ea6ac3cd1d304ccc44bbc358fa92644f Mon Sep 17 00:00:00 2001 From: simonpj Date: Mon, 13 Jan 2003 13:39:34 +0000 Subject: [PATCH] [project @ 2003-01-13 13:39:34 by simonpj] wibble --- ghc/docs/users_guide/ffi-chap.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4