Parent Directory
|
Revision Log
|
Patch
revision 764 by zherczeg, Wed Nov 23 17:23:20 2011 UTC | revision 774 by zherczeg, Thu Dec 1 06:08:45 2011 UTC | |
---|---|---|
# | Line 85 if (re->magic_number != MAGIC_NUMBER) | Line 85 if (re->magic_number != MAGIC_NUMBER) |
85 | } | } |
86 | if (optptr != NULL) *optptr = (int)(re->options & PUBLIC_COMPILE_OPTIONS); | if (optptr != NULL) *optptr = (int)(re->options & PUBLIC_COMPILE_OPTIONS); |
87 | if (first_byte != NULL) | if (first_byte != NULL) |
88 | *first_byte = ((re->flags & PCRE_FIRSTSET) != 0)? re->first_byte : | *first_byte = ((re->flags & PCRE_FIRSTSET) != 0)? re->first_char : |
89 | ((re->flags & PCRE_STARTLINE) != 0)? -1 : -2; | ((re->flags & PCRE_STARTLINE) != 0)? -1 : -2; |
90 | return re->top_bracket; | return re->top_bracket; |
91 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |