Fix comment typo in mkopcodec.awk. (CVS 2247)

FossilOrigin-Name: 6177148260c5e3e28df6ea1c486ba3642a745a01
This commit is contained in:
drh 2005-01-20 23:23:29 +00:00
parent fe2093d73e
commit 279d477939
3 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
C Bug\sfixes\sand\senhancements\sentered\swhile\son\sjury\srecess.\s(CVS\s2246)
D 2005-01-20T22:48:48
C Fix\scomment\stypo\sin\smkopcodec.awk.\s(CVS\s2247)
D 2005-01-20T23:23:29
F Makefile.in ffd81f5e926d40b457071b4de8d7c1fa18f39b5a
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1
@ -18,7 +18,7 @@ F install-sh 9d4de14ab9fb0facae2f48780b874848cbf2f895
F ltmain.sh f6b283068efa69f06eb8aa1fe4bddfdbdeb35826
F main.mk 612a0bdbc23797754186ea366ff54512081d17fb
F mkdll.sh 468d4f41d3ea98221371df4825cfbffbaac4d7e4
F mkopcodec.awk 141aede6e58634f9cf9e96205a5316680e649987
F mkopcodec.awk bd46ad001c98dfbab07b1713cb8e692fa0e5415d
F mkopcodeh.awk ee454cdee1da38b485c5e8cca84e5727c07158ba
F mkso.sh 125868def279650a07d3f0f5e8476fecf99613fd
F publish.sh 72bde067dda3fc2d33e92f20253b924e3b97da30
@ -270,7 +270,7 @@ F www/tclsqlite.tcl e73f8f8e5f20e8277619433f7970060ab01088fc
F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
F www/whentouse.tcl 3e522a06ad41992023c80ca29a048ae2331ca5bd
P d30fdf0f2c24cb74b48fab9b83fba4e4b2fe878a
R adcab33f79815bf8e13a0ca4e6aa511b
P 38401dfbd5e3b50dd4e7a11562a7770347cebdf4
R 69ecd793b22ffd09e046ce8f7a5059e7
U drh
Z 2ea9d8b8d28cb125114230ce2ca3bb86
Z 999c73bc1f14790b0e392ad4e5465264

View File

@ -1 +1 @@
38401dfbd5e3b50dd4e7a11562a7770347cebdf4
6177148260c5e3e28df6ea1c486ba3642a745a01

View File

@ -10,7 +10,7 @@
#
BEGIN {
print "/* Automatically generated. Do not edit */"
print "/* See the mkopcodec.h script for details. */"
print "/* See the mkopcodec.awk script for details. */"
printf "#if !defined(SQLITE_OMIT_EXPLAIN)"
printf " || !defined(NDEBUG)"
printf " || defined(VDBE_PROFILE)"