From 92e722754bbeaadc049e15155be9b742f474108c Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 17 Feb 1999 10:51:42 +0000 Subject: [PATCH] [project @ 1999-02-17 10:51:42 by sof] Document __HASKELL98__ --- ghc/docs/users_guide/using.vsgml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/ghc/docs/users_guide/using.vsgml b/ghc/docs/users_guide/using.vsgml index 934ef56..02ab9d8 100644 --- a/ghc/docs/users_guide/using.vsgml +++ b/ghc/docs/users_guide/using.vsgml @@ -1098,14 +1098,22 @@ the usual C way. The @ghc@ driver pre-defines several macros: +@__HASKELL98__@: +__HASKELL98__ +If defined, this means that GHC supports the language +defined by the Haskell 98 report. + +NB. This macro is @__HASKELL1__@: __HASKELL1__ macro If defined to @__GLASGOW_HASKELL__@: __GLASGOW_HASKELL__ macro -- 1.7.10.4