]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Corrections to Lemon documentation. No SQLite changes.
authordrh <drh@noemail.net>
Sat, 8 Oct 2016 13:34:08 +0000 (13:34 +0000)
committerdrh <drh@noemail.net>
Sat, 8 Oct 2016 13:34:08 +0000 (13:34 +0000)
FossilOrigin-Name: c568ae3eef31b49e846fad90e705914e2868a09c

doc/lemon.html
manifest
manifest.uuid

index 773c68e6ad9b1b0b9a986a42b4336933c23a6dd2..114526f372ca8b870eb5cf3d1d6fa8d38268c6b1 100644 (file)
@@ -85,7 +85,7 @@ Define C preprocessor macro <i>name</i>.  This macro is useable by
 Do not generate a parser.  Instead write the input grammar to standard
 output with all comments, actions, and other extraneous text removed.
 <li><b>-l</b>
-Omit "#line" directives int the generated parser C code.
+Omit "#line" directives in the generated parser C code.
 <li><b>-m</b>
 Cause the output C source code to be compatible with the "makeheaders"
 program. 
@@ -929,7 +929,7 @@ token structure.  Like this:</p>
 </pre></p>
 
 <p>If the data type of terminals is not specified, the default value
-is "int".</p>
+is "void*".</p>
 
 <p>Non-terminal symbols can each have their own data types.  Typically
 the data type  of a non-terminal is a pointer to the root of a parse-tree
index 503cafcfec37ba66c6b90fdf45f60a0753d49129..e34c16e5064e918b34ec9e60f7afa353ffdd7c66 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\smissing\s"static"\sto\sinternal\sfunction\swhereRangeVectorLen().
-D 2016-10-08T11:55:12.559
+C Corrections\sto\sLemon\sdocumentation.\s\sNo\sSQLite\schanges.
+D 2016-10-08T13:34:08.299
 F Makefile.in 6fd48ffcf7c2deea7499062d1f3747f986c19678
 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434
 F Makefile.msc 5151cc64c4c05f3455f4f692ad11410a810d937f
@@ -33,7 +33,7 @@ F config.sub 9ebe4c3b3dab6431ece34f16828b594fb420da55
 F configure 3f44893bc0e51c30653e02b0fd4dc2ab585e446a x
 F configure.ac b5d3df43161374f8dffd2e5f4b88fbb51685b975
 F contrib/sqlitecon.tcl 210a913ad63f9f991070821e599d600bd913e0ad
-F doc/lemon.html e2118945e5f07ed146b45c9cd2b2dd6eabb8ebf2
+F doc/lemon.html b5a3c07d33ecb8e019ce8f7660fe2dbbad9d7977
 F doc/pager-invariants.txt 27fed9a70ddad2088750c4a2b493b63853da2710
 F doc/vfs-shm.txt e101f27ea02a8387ce46a05be2b1a902a021d37a
 F ext/README.txt 913a7bd3f4837ab14d7e063304181787658b14e1
@@ -1525,7 +1525,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 dbe2997f57f8d8f95e4b767bf73b8df3a5e4f783
-R 1c63a7fb91dc2dc6972e910863772c96
-U dan
-Z 6786da16e23c94ae7e9e3ff923a5e88f
+P cbed3d75cf9a24037263d126727db7dd048a4f97
+R 32fe7082776be1c5e19835aad8801e28
+U drh
+Z 8f596491c82d3cdf69733967abe08530
index 9735f0319db5e572ee8aa457f89ce49f3facaa57..044fdcb277ed1d6d24985901e6a5555708281d37 100644 (file)
@@ -1 +1 @@
-cbed3d75cf9a24037263d126727db7dd048a4f97
\ No newline at end of file
+c568ae3eef31b49e846fad90e705914e2868a09c
\ No newline at end of file