]> git.draconx.ca Git - cdecl99.git/commit
libcdecl: Avoid redundant string literal in yyerror.
authorNick Bowler <nbowler@draconx.ca>
Tue, 18 Jul 2023 02:33:03 +0000 (22:33 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 20 Jul 2023 00:13:12 +0000 (20:13 -0400)
commit1d1912971e771773fa8041bddd100065bfb752be
tree4a7e2bda7e04c8b2d8afd7c67680a884e16b35d0
parent7faacc8b3fbc810ec92faa0c38af5270e3bd1b4e
libcdecl: Avoid redundant string literal in yyerror.

The T_LEX_ERROR string literal in yyerror won't be merged with the
now-duplicate string in the token name table; use the appropriate
indirection to shave off some bytes.
src/parse.y