[commit: ghc] master: Remove a couple of unnecessary/outdated references to HBC (9bbbf26)

git at git.haskell.org git
Tue Oct 1 10:48:57 UTC 2013


Repository : ssh://git at git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/9bbbf266119455b88449b0eb8b454fd5e8b33cf4/ghc

>---------------------------------------------------------------

commit 9bbbf266119455b88449b0eb8b454fd5e8b33cf4
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Thu Sep 26 16:06:14 2013 +0100

    Remove a couple of unnecessary/outdated references to HBC


>---------------------------------------------------------------

9bbbf266119455b88449b0eb8b454fd5e8b33cf4
 docs/users_guide/glasgow_exts.xml |    9 ---------
 1 file changed, 9 deletions(-)

diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index 26118d1..c11325b 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -9361,11 +9361,6 @@ itself, so an INLINE pragma is always ignored.</para>
         and <literal>INLINABLE</literal> (<xref linkend="inlinable-pragma"/>)
         pragmas.</para>
 
-	<para>Note: the HBC compiler doesn't like <literal>INLINE</literal> pragmas,
-	  so if you want your code to be HBC-compatible you'll have to surround
-	  the pragma with C pre-processor directives
-	  <literal>#ifdef __GLASGOW_HASKELL__</literal>...<literal>#endif</literal>.</para>
-
       </sect3>
 
       <sect3 id="inlinable-pragma">
@@ -9771,10 +9766,6 @@ instance (Eq a) => Eq (Foo a) where {
 The pragma must occur inside the <literal>where</literal> part
 of the instance declaration.
 </para>
-<para>
-Compatible with HBC, by the way, except perhaps in the placement
-of the pragma.
-</para>
 
 </sect2>
 




More information about the ghc-commits mailing list