From aa84783676adedfbfe2d93dc99c69dc6a1b1ca46 Mon Sep 17 00:00:00 2001 From: panne Date: Sat, 11 Sep 2004 18:17:04 +0000 Subject: [PATCH] [project @ 2004-09-11 18:17:04 by panne] NOINLINE is mentioned in the H98 report, not NOTINLINE. MERGE TO STABLE. --- ghc/docs/users_guide/glasgow_exts.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 1.7.10.4