[project @ 2004-11-24 13:03:26 by simonmar]
authorsimonmar <unknown>
Wed, 24 Nov 2004 13:03:26 +0000 (13:03 +0000)
committersimonmar <unknown>
Wed, 24 Nov 2004 13:03:26 +0000 (13:03 +0000)
Update s/r conflict total after Ross added four more.  The total
according to the comment is currently one more than the real number,
so one of them must have gone away.  At some point we should track
down which one.

ghc/compiler/parser/Parser.y.pp

index 0d8b974..4187789 100644 (file)
@@ -46,7 +46,7 @@ import GLAEXTS
 
 {-
 -----------------------------------------------------------------------------
-Conflicts: 29 shift/reduce, [SDM 19/9/2002]
+Conflicts: 33 shift/reduce, [SDM 19/9/2002]
 
 10 for abiguity in 'if x then y else z + 1'            [State 136]
        (shift parses as 'if x then y else (z + 1)', as per longest-parse rule)