From e60f4a63156d1bbeda203eac53c2a500b7b3fffe Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 19 Jan 2005 10:04:17 +0000 Subject: [PATCH] [project @ 2005-01-19 10:04:17 by simonmar] Mention -fffi in this chapter. --- ghc/docs/users_guide/ffi-chap.xml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/ghc/docs/users_guide/ffi-chap.xml b/ghc/docs/users_guide/ffi-chap.xml index a6dccb3..84fb8ae 100644 --- a/ghc/docs/users_guide/ffi-chap.xml +++ b/ghc/docs/users_guide/ffi-chap.xml @@ -2,13 +2,20 @@ -Foreign function interface (FFI) + +Foreign function interface (FFI) + GHC (mostly) conforms to the Haskell 98 Foreign Function Interface - Addendum 1.0, whose definition is available from http://haskell.org/. - The FFI support in GHC diverges from the Addendum in the following ways: - + Addendum 1.0, whose definition is available from http://haskell.org/. + + To enable FFI support in GHC, give the + flag, or +the + flag which implies +. + + The FFI support in GHC diverges from the Addendum in the following ways: @@ -18,8 +25,7 @@ GHC implements a number of GHC-specific extensions to the FFI - Addendum. These extensions are described in , but please note that programs using + Addendum. These extensions are described in , but please note that programs using these features are not portable. Hence, these features should be avoided where possible. -- 1.7.10.4