[commit: ghc] ghc-7.2: Exchange noinline/inlanable links to match text (82cd174)
Ian Lynagh
igloo at earth.li
Wed Aug 3 16:58:43 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-7.2
http://hackage.haskell.org/trac/ghc/changeset/82cd174a762aee869997ace1ef1966ce8766f88d
>---------------------------------------------------------------
commit 82cd174a762aee869997ace1ef1966ce8766f88d
Author: Daniel Fischer <daniel.is.fischer at googlemail.com>
Date: Wed Jul 27 21:39:44 2011 +0200
Exchange noinline/inlanable links to match text
>---------------------------------------------------------------
docs/users_guide/glasgow_exts.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index 3227692..3258187 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -7960,8 +7960,8 @@ itself, so an INLINE pragma is always ignored.</para>
{-# INLINE returnUs #-}
</programlisting>
- <para>See also the <literal>NOINLINE</literal> (<xref linkend="inlinable-pragma"/>)
- and <literal>INLINABLE</literal> (<xref linkend="noinline-pragma"/>)
+ <para>See also the <literal>NOINLINE</literal> (<xref linkend="noinline-pragma"/>)
+ and <literal>INLINABLE</literal> (<xref linkend="inlinable-pragma"/>)
pragmas.</para>
<para>Note: the HBC compiler doesn't like <literal>INLINE</literal> pragmas,
More information about the Cvs-ghc
mailing list