1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

In lemon, show all the -D options in the generated header, even if none of them

are used.

FossilOrigin-Name: 2aa009c38bb207ac59b9bbd6f8e0d7315697b3fd6a01f9431f29a3c7ccad53e7
This commit is contained in:
drh
2024-06-19 18:46:44 +00:00
parent 199f091a95
commit 8cf7bd5448
3 changed files with 8 additions and 8 deletions

View File

@ -4503,7 +4503,7 @@ void ReportTable(
fprintf(out,
"/* This file is automatically generated by Lemon from input grammar\n"
"** source file \"%s\"", lemp->filename); lineno++;
if( nDefineUsed==0 ){
if( nDefine==0 ){
fprintf(out, ".\n*/\n"); lineno += 2;
}else{
fprintf(out, " with these options:\n**\n"); lineno += 2;