diff options
author | Ian Lynagh <igloo@earth.li> | 2010-11-23 23:35:36 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-11-23 23:35:36 +0000 |
commit | 46809fa91667e952afe016e4cd704b21274241b4 (patch) | |
tree | 81e28ff1ad4024b4d34cc2ccf75186b515e409fd /rts/HsFFI.c | |
parent | b56d78783390e922c4bc8106f04729de01749e01 (diff) | |
download | haskell-46809fa91667e952afe016e4cd704b21274241b4.tar.gz |
Remove references to Haskell 98
They are no longer right, as we have Haskell' generating new Haskell
standards.
Diffstat (limited to 'rts/HsFFI.c')
-rw-r--r-- | rts/HsFFI.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/HsFFI.c b/rts/HsFFI.c index 57f91b198e..38a520da00 100644 --- a/rts/HsFFI.c +++ b/rts/HsFFI.c @@ -2,7 +2,7 @@ * * (c) The GHC Team, 2005 * - * RTS entry points as mandated by the FFI addendum to the Haskell 98 report + * RTS entry points as mandated by the FFI section of the Haskell report * * ---------------------------------------------------------------------------*/ |