]> git.eshelyaron.com Git - emacs.git/commit
semantic: More C grammar optimizations
authorEric Ludlam <eric@siege-engine.com>
Fri, 16 Oct 2015 20:05:17 +0000 (16:05 -0400)
committerDavid Engster <deng@randomsample.de>
Sun, 22 Jan 2017 21:25:16 +0000 (22:25 +0100)
commit95f8a69de77772c005b1a239fa89ae702f34964b
tree26b0e75df830b66b2ffc074652a051b5be13e2f2
parentcfd71390b48366c62bb38022248198d2b388ea35
semantic: More C grammar optimizations

* admin/grammars/c.by (declmods): Optimize out 2nd match to DECLMOD.
 (varnamelist, opt-varnamelist-more): Optimize out 2nd match for a variable
 name into 'opt-varnamelist-more'.
 (namespace-symbol, opt-namespace-symbol-more): Optimize out 2nd match
 for the template specifier.
admin/grammars/c.by