]> granicus.if.org Git - re2c/commit
Changed the name of a local variable in the test to avoid collision with skeleton...
authorUlya Trofimovich <skvadrik@gmail.com>
Sat, 28 Jul 2018 09:53:34 +0000 (10:53 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Sat, 28 Jul 2018 09:53:34 +0000 (10:53 +0100)
commit26bd8967172800241a3796212af9d77872667b6f
tree0842f03747da987b54ce471e9c7233ece10cb739
parent52709d8e61800bf907768a80ad82fd0b150b1ee2
Changed the name of a local variable in the test to avoid collision with skeleton names.

Before tags were added to re2c, skeleton programs only used a limited
number of predefined names, such as 'yych', 'yystate', etc. With tags,
however, this is no longer true as tags may have any names. So now we need
to be more cautios when picking names for sekleton variables.

This patch is only a workaround to make all tests pass; the real solution
requires inventing a good naming scheme for skeleton programs and
regenerating all skeleton test results.
re2c/examples/09_etc_passwd.i--tags.c
re2c/examples/09_etc_passwd.i--tags.re