mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Remove the \001 character that lemon inserts automatically in its
output file. The need for this character has expired and it creates confusion for users. Ticket #877 (CVS 1920) FossilOrigin-Name: acfc59186ac7452c0a74dc4ef8df9a1c94fc4f46
This commit is contained in:
@ -3361,7 +3361,6 @@ int mhflag; /* Output in makeheaders format if true */
|
||||
tplt_xfer(lemp->name,in,out,&lineno);
|
||||
|
||||
/* Generate the defines */
|
||||
fprintf(out,"/* \001 */\n");
|
||||
fprintf(out,"#define YYCODETYPE %s\n",
|
||||
minimum_size_type(0, lemp->nsymbol+5)); lineno++;
|
||||
fprintf(out,"#define YYNOCODE %d\n",lemp->nsymbol+1); lineno++;
|
||||
|
Reference in New Issue
Block a user