From: sof Date: Wed, 17 Dec 1997 20:06:10 +0000 (+0000) Subject: [project @ 1997-12-17 20:06:10 by sof] X-Git-Tag: Approx_2487_patches~1151 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d71c240415ffbc4a6fb371381c51806c56d33371;p=ghc-hetmet.git [project @ 1997-12-17 20:06:10 by sof] Removed PARSER_VERSION (unused) --- diff --git a/ghc/compiler/parser/util.c b/ghc/compiler/parser/util.c index e07cf7d..7602750 100644 --- a/ghc/compiler/parser/util.c +++ b/ghc/compiler/parser/util.c @@ -10,8 +10,6 @@ #include "constants.h" #include "utils.h" -#define PARSER_VERSION "2.01 (Haskell 1.3)" - tree root; /* The root of the built syntax tree. */ list Lnil;