Fix a comment typo in the lempar.c template that was missed by the prior

check-in.

FossilOrigin-Name: c4a7e93fca622fd11a6e16161fbd2f39c2575f00
This commit is contained in:
drh 2015-11-09 19:35:18 +00:00
parent 82415f2d8d
commit 822a62f84d
3 changed files with 9 additions and 8 deletions

View File

@ -1,5 +1,5 @@
C Change\sthe\sparser\sto\suse\sthe\sstandard\s"lempar.c"\stemplate\sover\sin\sthe\stool/\nfolder\srather\sthan\sthe\scustomized\s"lempar.c"\sfound\sin\ssrc/.
D 2015-11-09T19:33:42.333
C Fix\sa\scomment\stypo\sin\sthe\slempar.c\stemplate\sthat\swas\smissed\sby\sthe\sprior\ncheck-in.
D 2015-11-09T19:35:18.284
F Makefile.in d828db6afa6c1fa060d01e33e4674408df1942a1
F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434
F Makefile.msc e928e68168df69b353300ac87c10105206653a03
@ -1356,7 +1356,7 @@ F tool/genfkey.README cf68fddd4643bbe3ff8e31b8b6d8b0a1b85e20f4
F tool/genfkey.test 4196a8928b78f51d54ef58e99e99401ab2f0a7e5
F tool/getlock.c f4c39b651370156cae979501a7b156bdba50e7ce
F tool/lemon.c 799e73e19a33b8dd7767a7fa34618ed2a9c2397d
F tool/lempar.c 586bd85c5840a69f7f5f5e1ea23c16a2c6f6d724
F tool/lempar.c 02cd882bd3144a5e25c86c652af49a6bc07baeae
F tool/loadfts.c c3c64e4d5e90e8ba41159232c2189dba4be7b862
F tool/logest.c eef612f8adf4d0993dafed0416064cf50d5d33c6
F tool/mkautoconfamal.sh 4bdf61548a143e5977bd86ab93d68b694d10c8fa
@ -1402,7 +1402,7 @@ F tool/vdbe_profile.tcl 246d0da094856d72d2c12efec03250d71639d19f
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
P 0557a179f932296cc1fd5217f9a0d2f74e34ce1d
R 35d70dd8e88f4fe91342592b77f63958
P 0a72991f4e54548f6c3268c5a9cac1c8d6437d26
R 8fab66a5e8d9eb9e711e67490ab1fb25
U drh
Z 3f3cd24eab0db5510bf6fee027109bd0
Z b603d5d9eb956db724fe6f00475658c3

View File

@ -1 +1 @@
0a72991f4e54548f6c3268c5a9cac1c8d6437d26
c4a7e93fca622fd11a6e16161fbd2f39c2575f00

View File

@ -32,7 +32,8 @@
***************** Begin makeheaders token definitions *************************/
%%
/**************** End makeheaders token definitions ***************************/
/* The next sections is a serices of control #defines.
/* The next sections is a series of control #defines.
** various aspects of the generated parser.
** YYCODETYPE is the data type used to store the integer codes
** that represent terminal and non-terminal symbols.