From c29fb8c63c5f80e14f191a1416a5cb62d0c33ef7 Mon Sep 17 00:00:00 2001 From: rrt Date: Thu, 17 Aug 2000 16:04:34 +0000 Subject: [PATCH] [project @ 2000-08-17 16:04:34 by rrt] Sorry, that's "RTS hooks work under Windows when the *program* is built statically, not the compiler". --- ghc/docs/users_guide/runtime_control.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/docs/users_guide/runtime_control.sgml b/ghc/docs/users_guide/runtime_control.sgml index 2871f76..df474a9 100644 --- a/ghc/docs/users_guide/runtime_control.sgml +++ b/ghc/docs/users_guide/runtime_control.sgml @@ -410,7 +410,7 @@ command line, you can override the defaults. Owing to the vagaries of DLL linking, these hooks don't work under Windows when -the compiler is built dynamically. +the program is built dynamically. -- 1.7.10.4