Parent Directory
|
Revision Log
|
Patch
revision 305 by ph10, Sun Jan 20 20:07:32 2008 UTC | revision 335 by ph10, Sat Apr 12 14:36:14 2008 UTC | |
---|---|---|
# | Line 217 do | Line 217 do |
217 | tcode += 1 + LINK_SIZE; | tcode += 1 + LINK_SIZE; |
218 | break; | break; |
219 | ||
220 | /* SKIPZERO skips the bracket. */ | |
221 | ||
222 | case OP_SKIPZERO: | |
223 | do tcode += GET(tcode,1); while (*tcode == OP_ALT); | |
224 | tcode += 1 + LINK_SIZE; | |
225 | break; | |
226 | ||
227 | /* Single-char * or ? sets the bit and tries the next item */ | /* Single-char * or ? sets the bit and tries the next item */ |
228 | ||
229 | case OP_STAR: | case OP_STAR: |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |