]> granicus.if.org Git - re2c/commit
Disallow condition names and named definitions to start with digit.
authorUlya Trofimovich <skvadrik@gmail.com>
Sat, 26 Aug 2017 09:31:35 +0000 (10:31 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Sat, 26 Aug 2017 09:51:56 +0000 (10:51 +0100)
commit947d65d02e6a1498f0976f47973b901b55cf65c9
treeb5e5ed4c86e1666035da097f335b891ecebe017d
parent5d43d423e711d04703c95eb218ea418ecbf898e3
Disallow condition names and named definitions to start with digit.

This has always been the intended behavior and was accidentally broken
by commit e3db638fc3e9bfb318edafedbefd02f25f1c1b8c.
re2c/bootstrap/src/ast/lex.cc
re2c/src/ast/lex.re
re2c/test/cond_error_12.c.c [new file with mode: 0644]
re2c/test/cond_error_12.c.re [new file with mode: 0644]
re2c/test/error15.c [new file with mode: 0644]
re2c/test/error15.re [new file with mode: 0644]