[commit: ghc] master: Comments only (15ccb29)
Simon Peyton Jones
simonpj at microsoft.com
Wed Feb 13 18:43:48 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/15ccb291b795f4ee62f38802f34fbe4dbad978f7
>---------------------------------------------------------------
commit 15ccb291b795f4ee62f38802f34fbe4dbad978f7
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Feb 12 11:11:31 2013 +0000
Comments only
>---------------------------------------------------------------
compiler/parser/Parser.y.pp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compiler/parser/Parser.y.pp b/compiler/parser/Parser.y.pp
index 597f6a5..6ea422f 100644
--- a/compiler/parser/Parser.y.pp
+++ b/compiler/parser/Parser.y.pp
@@ -2104,7 +2104,7 @@ modid :: { Located ModuleName }
(unpackFS mod ++ '.':unpackFS c))
}
-commas :: { Int }
+commas :: { Int } -- One or more commas
: commas ',' { $1 + 1 }
| ',' { 1 }
More information about the ghc-commits
mailing list