]> git.draconx.ca Git - cdecl99.git/commitdiff
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)
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.


No differences found