From e3b3e969870bf0ac332252e0d83b37144a7706f9 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 9 Sep 2003 09:12:36 +0000 Subject: [PATCH] [project @ 2003-09-09 09:12:36 by simonmar] Back out previous revision --- ghc/compiler/parser/Lexer.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/parser/Lexer.x b/ghc/compiler/parser/Lexer.x index 855c27e..344f0c4 100644 --- a/ghc/compiler/parser/Lexer.x +++ b/ghc/compiler/parser/Lexer.x @@ -241,7 +241,7 @@ $white_no_nl+ ; { @qual @varid "#"+ { idtoken qvarid } - @qual (@conid "#"+ | "()") { idtoken qconid } + @qual @conid "#"+ { idtoken qconid } @varid "#"+ { varid } @conid "#"+ { idtoken conid } } -- 1.7.10.4