Parent Directory
|
Revision Log
|
Patch
revision 111 by ph10, Thu Mar 8 16:53:09 2007 UTC | revision 116 by ph10, Fri Mar 9 15:23:02 2007 UTC | |
---|---|---|
# | Line 5417 if ((re->options & PCRE_REQCHSET) != 0) | Line 5417 if ((re->options & PCRE_REQCHSET) != 0) |
5417 | else printf("Req char = \\x%02x%s\n", ch, caseless); | else printf("Req char = \\x%02x%s\n", ch, caseless); |
5418 | } | } |
5419 | ||
5420 | pcre_printint(re, stdout); | pcre_printint(re, stdout, TRUE); |
5421 | ||
5422 | /* This check is done here in the debugging case so that the code that | /* This check is done here in the debugging case so that the code that |
5423 | was compiled can be seen. */ | was compiled can be seen. */ |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |