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:
@ -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;
|
||||
|
Reference in New Issue
Block a user