doc/syntax.tex: Remove pointless repeats on <declarator-suffix>.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 17 Nov 2015 17:08:15 +0000 (17:08 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 17 Nov 2015 17:08:15 +0000 (17:08 +0000)
<primary-declarator>[k] is already a recursive definition, because of
the parentheses.  Besides, if <declarator-suffix> was going to be shown
as repeatable, it should have a `+' rather than a `*', otherwise the
rule is directly recursive.


No differences found