I dont know how they were generated, but they are in the source zipfile you download from the sqlite.org site.
-Dave -----Original Message----- From: Thomas Fjellstrom [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 3:16 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] #line macros in parse.c On June 9, 2005 03:49 pm, Brown, Dave wrote: > Are the #line macros really needed? Because on Windows if you try to > compile SQLite with Assembly, Machine Code, Source Code output files > generated at the same time ( Properties->C/C++ -> Output Files: > Assembler Output = Assembly, Machine Code and Source ) which is the > /FAcs flag, the compilation breaks because it tries to find the file > "parse.y" which doesn't exist. > > Ultimately this is probably a MSFT compiler bug, but right now it's > breaking the compile if you have this flag turned on, and I'm > wondering if these #line macros are really needed or are they just > leftover from debugging? Sounds like they were generated from parse.y. Yacc/Bison insert line counts so you have an idea where in the original file an error is located. > Thanks, > > Dave -- Thomas Fjellstrom [EMAIL PROTECTED]