Parent Directory
|
Revision Log
|
Patch
revision 7 by nigel, Sat Feb 24 21:38:09 2007 UTC | revision 13 by nigel, Sat Feb 24 21:38:21 2007 UTC | |
---|---|---|
# | Line 208 do | Line 208 do |
208 | according to the repeat count. */ | according to the repeat count. */ |
209 | ||
210 | case OP_CLASS: | case OP_CLASS: |
211 | case OP_NEGCLASS: | |
212 | { | { |
213 | tcode++; | tcode++; |
214 | for (c = 0; c < 32; c++) start_bits[c] |= tcode[c]; | for (c = 0; c < 32; c++) start_bits[c] |= tcode[c]; |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |