[project @ 2003-09-09 09:12:36 by simonmar]
authorsimonmar <unknown>
Tue, 9 Sep 2003 09:12:36 +0000 (09:12 +0000)
committersimonmar <unknown>
Tue, 9 Sep 2003 09:12:36 +0000 (09:12 +0000)
Back out previous revision

ghc/compiler/parser/Lexer.x

index 855c27e..344f0c4 100644 (file)
@@ -241,7 +241,7 @@ $white_no_nl+                               ;
 
 <glaexts> {
   @qual @varid "#"+            { idtoken qvarid }
-  @qual (@conid "#"+ | "()")   { idtoken qconid }
+  @qual @conid "#"+            { idtoken qconid }
   @varid "#"+                  { varid }
   @conid "#"+                  { idtoken conid }
 }