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 <[email protected]> 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, _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
