[project @ 1997-12-17 20:06:10 by sof]
authorsof <unknown>
Wed, 17 Dec 1997 20:06:10 +0000 (20:06 +0000)
committersof <unknown>
Wed, 17 Dec 1997 20:06:10 +0000 (20:06 +0000)
Removed PARSER_VERSION (unused)

ghc/compiler/parser/util.c

index e07cf7d..7602750 100644 (file)
@@ -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;