From: sof Date: Tue, 9 Jun 1998 09:53:03 +0000 (+0000) Subject: [project @ 1998-06-09 09:53:03 by sof] X-Git-Tag: Approx_2487_patches~586 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6f0be895eb4019159fcbdea010b87685307756c2;p=ghc-hetmet.git [project @ 1998-06-09 09:53:03 by sof] typo in classd --- diff --git a/ghc/compiler/parser/hsparser.y b/ghc/compiler/parser/hsparser.y index 627ccfe..6637779 100644 --- a/ghc/compiler/parser/hsparser.y +++ b/ghc/compiler/parser/hsparser.y @@ -511,7 +511,7 @@ classd : classkey btype DARROW simple_con_app1 cbody | classkey btype cbody /* We have to say btype rather than simple_con_app1, else we get reduce/reduce errs */ - { check_class_decl_head($3); + { check_class_decl_head($2); $$ = mkcbind(Lnil,$2,$3,startlineno); } ;