From: drh Date: Mon, 2 Oct 2017 02:32:12 +0000 (+0000) Subject: Improvements to a comment in lempar.c. No code changes. X-Git-Tag: version-3.21.0~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de6422a609ea9fa7fade846acc874100a7361b7e;p=thirdparty%2Fsqlite.git Improvements to a comment in lempar.c. No code changes. FossilOrigin-Name: 8000d230171fe53599fc6a916666f60f88f789e6c9c6c2869514c02d837d6fc8 --- diff --git a/manifest b/manifest index 87b5990a98..3dc920122d 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Clean\sup\sthe\scomments\son\sthe\squery\sflattener\sto\smore\sclearly\sand\saccurately\nexpress\sthe\sconditions\sunder\swhich\sthe\sflattener\sis\sable\sto\srun. -D 2017-09-29T16:07:56.167 +C Improvements\sto\sa\scomment\sin\slempar.c.\s\sNo\scode\schanges. +D 2017-10-02T02:32:12.306 F Makefile.in 4bc36d913c2e3e2d326d588d72f618ac9788b2fd4b7efda61102611a6495c3ff F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434 F Makefile.msc 6033b51b6aea702ea059f6ab2d47b1d3cef648695f787247dd4fb395fe60673f @@ -1579,7 +1579,7 @@ F tool/genfkey.test 4196a8928b78f51d54ef58e99e99401ab2f0a7e5 F tool/getlock.c f4c39b651370156cae979501a7b156bdba50e7ce F tool/kvtest-speed.sh 4761a9c4b3530907562314d7757995787f7aef8f F tool/lemon.c e6056373044d55296d21f81467dba7632bbb81dc49af072b3f0e76338771497e -F tool/lempar.c 10579a61dc2290182725e7abdefe311dd8b521a8f7f0aabbfc571e9012a09eaf +F tool/lempar.c 105d0d9cbe5a25d24d4769241ffbfc63ac7c09e6ccee0dc43dcc8a4c4ae4e426 F tool/libvers.c caafc3b689638a1d88d44bc5f526c2278760d9b9 F tool/loadfts.c c3c64e4d5e90e8ba41159232c2189dba4be7b862 F tool/logest.c 11346aa019e2e77a00902aa7d0cabd27bd2e8cca @@ -1655,7 +1655,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 -P 2a45bbc9fd1c64f1c4c4dac38f063cd67480fcb6da24bf93fdefbfca66fd81ab -R 5dd9d1abad7c6b3045de562026df2e52 +P 0840f9f824c16212ce3fd6c859e501176eb0a58924ea1728a54d5bdfd0c25c86 +R 7f732cb0e00eb0e6e46dbdc3b44db828 U drh -Z 40508487cfccebe9fe70dcdbc46f56d0 +Z bc9e28c24d7165521312a05b1d8d5118 diff --git a/manifest.uuid b/manifest.uuid index 48e1728350..254a13150d 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -0840f9f824c16212ce3fd6c859e501176eb0a58924ea1728a54d5bdfd0c25c86 \ No newline at end of file +8000d230171fe53599fc6a916666f60f88f789e6c9c6c2869514c02d837d6fc8 \ No newline at end of file diff --git a/tool/lempar.c b/tool/lempar.c index 03e30bd164..37a5892195 100644 --- a/tool/lempar.c +++ b/tool/lempar.c @@ -75,7 +75,8 @@ ** YY_MAX_SHIFT Maximum value for shift actions ** YY_MIN_SHIFTREDUCE Minimum value for shift-reduce actions ** YY_MAX_SHIFTREDUCE Maximum value for shift-reduce actions -** YY_MIN_REDUCE Maximum value for reduce actions +** YY_MIN_REDUCE Minimum value for reduce actions +** YY_MAX_REDUCE Maximum value for reduce actions ** YY_ERROR_ACTION The yy_action[] code for syntax error ** YY_ACCEPT_ACTION The yy_action[] code for accept ** YY_NO_ACTION The yy_action[] code for no-op