[sqlite] [PATCH] fix mksqlite3c.tcl --linemacros

2015-07-15 Thread Yuriy M. Kaminskiy
I noticed that when --linemacros option is used, line numbers are wrong, often by one line, sometimes more. This is due to bug in mksqlite3c.tcl tool, that output nothing when #include line is skipped. Trivial patch below. Index: sqlite3-3.8.10.2/tool/mksqlite3c.tcl

[sqlite] [PATCH] fix mksqlite3c.tcl --linemacros

2015-07-15 Thread Joe Mistachkin
Yuriy M. Kaminskiy > > I noticed that when --linemacros option is used, line numbers are wrong, > often by one line, sometimes more. This is due to bug in mksqlite3c.tcl > tool, that output nothing when #include line is skipped. > Trivial patch below. > Thanks for the report. This should