Fix mixing quote excapes in an awk script. Ticket #2877. (CVS 4702)

FossilOrigin-Name: 05fbca91085cb1b271a05e62181596b4f6f1bb9e
This commit is contained in:
drh 2008-01-10 00:08:43 +00:00
parent 7d67f321d4
commit 3de120b032
3 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
C Fix\sa\stest\sscript\sproblem\sassociated\swith\sthe\snew\scrash4.test\sfile.\nTicket\s#2882.\s(CVS\s4701)
D 2008-01-09T23:21:25
C Fix\smixing\squote\sexcapes\sin\san\sawk\sscript.\s\sTicket\s#2877.\s(CVS\s4702)
D 2008-01-10T00:08:43
F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
F Makefile.in 30789bf70614bad659351660d76b8e533f3340e9
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@ -69,7 +69,7 @@ F mkdll.sh 5f8438dcac98e795d7df6529159a1ec566de0183
F mkextu.sh 416f9b7089d80e5590a29692c9d9280a10dbad9f
F mkextw.sh 1a866b53637dab137191341cc875575a5ca110fb
F mkopcodec.awk 3fb9bf077053c968451f4dd03d11661ac373f9d1
F mkopcodeh.awk 165780c5d75f55fbfa02ed9bedb6eef74b9d81da
F mkopcodeh.awk 754a156fc83d47933c985186fba7fc800f88d2e1
F mkso.sh 24bde4c09e6fe80f718db3c31c068f45e13a2f2c
F publish.sh 1c0658c63d70f182a8f5e17cc28422f1b237f51d
F publish_osx.sh eca87df1e3d43d128d97d3261fd48b3d6877996e
@ -605,7 +605,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
P e3cf1c1c114bcda8fe577beb5ee55b4a651b96db
R 8c9d6bdbcbd5a14126261bcc06d252cc
P 1134c5ea7116bb2f342ccf09548d075c308c427b
R 965fc5391bf9a2a36bfcbb9b6a1fc252
U drh
Z c3c2e177ab159551751e71eb77af0549
Z b84d4a6ab04978dba07488e081c74e60

View File

@ -1 +1 @@
1134c5ea7116bb2f342ccf09548d075c308c427b
05fbca91085cb1b271a05e62181596b4f6f1bb9e

View File

@ -143,7 +143,7 @@ END {
}
print "\n"
print "/* Properties such as \"out2\" or \"jump\" that are specified in"
print "** comments following the "case" for each opcode in the vdbe.c"
print "** comments following the \"case\" for each opcode in the vdbe.c"
print "** are encoded into bitvectors as follows:"
print "*/"
print "#define OPFLG_JUMP 0x0001 /* jump: P2 holds jmp target */"