]> Cypherpunks repositories - gostls13.git/commit
go spec: fix error in production syntax
authorRobert Griesemer <gri@golang.org>
Fri, 13 May 2011 19:54:51 +0000 (12:54 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 13 May 2011 19:54:51 +0000 (12:54 -0700)
commit32b822f29a7e0ceaee9d393da8fa85e6d2e9c9f1
tree05b8a9d163c5c905d1c8394e24128be735b03b85
parent5236814edd14d072a0ee32071d2a008b360b1964
go spec: fix error in production syntax

Fix analoguous error in ebnf.go which already
correctly accepted an empty production.

Fixes #1821.

R=r
CC=golang-dev
https://golang.org/cl/4526056
doc/go_spec.html
src/pkg/ebnf/ebnf.go