From 24cd265fba7585be91f655a03afa591082d20d1b Mon Sep 17 00:00:00 2001 From: keithw Date: Fri, 16 Jul 1999 15:49:52 +0000 Subject: [PATCH 1/1] [project @ 1999-07-16 15:49:52 by keithw] Remove dead token IThash added yesterday by mistake. --- ghc/compiler/parser/Lex.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/ghc/compiler/parser/Lex.lhs b/ghc/compiler/parser/Lex.lhs index 5528052..173b8a0 100644 --- a/ghc/compiler/parser/Lex.lhs +++ b/ghc/compiler/parser/Lex.lhs @@ -182,7 +182,6 @@ data Token | ITdot | ITbiglam -- GHC-extension symbols - | IThash | ITocurly -- special symbols | ITccurly -- 1.7.10.4