From 0a5856f33c90651ea1a11a6bfe36daefbee50278 Mon Sep 17 00:00:00 2001 From: malcolm Date: Mon, 11 Jun 2001 08:58:21 +0000 Subject: [PATCH] [project @ 2001-06-11 08:58:21 by malcolm] Mention __NHC__ alongside __HUGS__ and __HBC__ in the description of the cpp symbol __GLASGOW_HASKELL__. --- ghc/docs/users_guide/phases.sgml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghc/docs/users_guide/phases.sgml b/ghc/docs/users_guide/phases.sgml index e29ac04..e78f34a 100644 --- a/ghc/docs/users_guide/phases.sgml +++ b/ghc/docs/users_guide/phases.sgml @@ -146,7 +146,9 @@ (For reference: the comparable symbols for other systems are: __HUGS__ - for Hugs and + for Hugs, + __NHC__ + for nhc98, and __HBC__ for Chalmers.) -- 1.7.10.4