From: simonmar Date: Thu, 21 Jul 2005 14:46:04 +0000 (+0000) Subject: [project @ 2005-07-21 14:46:04 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~337 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fa051ff32307f819d7c50b10bfa0c973ebb3b117;p=ghc-hetmet.git [project @ 2005-07-21 14:46:04 by simonmar] Fix CPP symbols --- 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