Parent Directory
|
Revision Log
|
Patch
revision 189 by ph10, Thu Jul 5 11:50:49 2007 UTC | revision 190 by ph10, Thu Jul 19 10:38:20 2007 UTC | |
---|---|---|
# | Line 744 enum { | Line 744 enum { |
744 | as there's a test for >= ONCE for a subpattern that isn't an assertion. */ | as there's a test for >= ONCE for a subpattern that isn't an assertion. */ |
745 | ||
746 | OP_ONCE, /* 92 Atomic group */ | OP_ONCE, /* 92 Atomic group */ |
747 | OP_BRA, /* 83 Start of non-capturing bracket */ | OP_BRA, /* 93 Start of non-capturing bracket */ |
748 | OP_CBRA, /* 94 Start of capturing bracket */ | OP_CBRA, /* 94 Start of capturing bracket */ |
749 | OP_COND, /* 95 Conditional group */ | OP_COND, /* 95 Conditional group */ |
750 |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |