From fa051ff32307f819d7c50b10bfa0c973ebb3b117 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 21 Jul 2005 14:46:04 +0000 Subject: [PATCH] [project @ 2005-07-21 14:46:04 by simonmar] Fix CPP symbols --- ghc/docs/users_guide/phases.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/docs/users_guide/phases.xml b/ghc/docs/users_guide/phases.xml index a1c8b70..fd034a3 100644 --- a/ghc/docs/users_guide/phases.xml +++ b/ghc/docs/users_guide/phases.xml @@ -387,7 +387,7 @@ $ cat foo.hspp - os_OS=1 + os_HOST_OS=1 This define allows conditional compilation based on @@ -400,7 +400,7 @@ $ cat foo.hspp - arch_ARCH=1 + arch_HOST_ARCH=1 This define allows conditional compilation based on -- 1.7.10.4