X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fffi-chap.xml;h=12aea555dfd9f5399a88ba38aaeeec1d7529fa1c;hb=abd113f06ebf3ac29f852e80c5a8c0060f979202;hp=49896b92e0549c6d224425d9986302fe4343f9c5;hpb=836cafeb3edd9c728fe4c86cf90229e1476ad14a;p=ghc-hetmet.git diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml index 49896b9..12aea55 100644 --- a/docs/users_guide/ffi-chap.xml +++ b/docs/users_guide/ffi-chap.xml @@ -9,11 +9,8 @@ Foreign function interface (FFI) GHC (mostly) conforms to the Haskell 98 Foreign Function Interface Addendum 1.0, whose definition is available from http://www.haskell.org/. - To enable FFI support in GHC, give the - flag, or -the - flag which implies -. + To enable FFI support in GHC, give the + flag. GHC implements a number of GHC-specific extensions to the FFI Addendum. These extensions are described in , but please note that programs using