From: panne Date: Sat, 11 Sep 2004 18:17:04 +0000 (+0000) Subject: [project @ 2004-09-11 18:17:04 by panne] X-Git-Tag: Initial_conversion_from_CVS_complete~1611 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=aa84783676adedfbfe2d93dc99c69dc6a1b1ca46 [project @ 2004-09-11 18:17:04 by panne] NOINLINE is mentioned in the H98 report, not NOTINLINE. MERGE TO STABLE. --- diff --git a/ghc/docs/users_guide/glasgow_exts.xml b/ghc/docs/users_guide/glasgow_exts.xml index 5a22e7c..2412451 100644 --- a/ghc/docs/users_guide/glasgow_exts.xml +++ b/ghc/docs/users_guide/glasgow_exts.xml @@ -4186,7 +4186,7 @@ key_function :: Int -> String -> (Bool, Double) you're very cautious about code size. NOTINLINE is a synonym for - NOINLINE (NOTINLINE is + NOINLINE (NOINLINE is specified by Haskell 98 as the standard way to disable inlining, so it should be used if you want your code to be portable).