Parent Directory
|
Revision Log
|
Patch
| revision 425 by ph10, Sun Mar 15 18:24:05 2009 UTC | revision 426 by ph10, Wed Aug 26 15:38:32 2009 UTC | |
|---|---|---|
| # | Line 144 switch (what) | Line 144 switch (what) |
| 144 | *((const uschar **)where) = (const uschar *)(_pcre_default_tables); | *((const uschar **)where) = (const uschar *)(_pcre_default_tables); |
| 145 | break; | break; |
| 146 | ||
| 147 | /* From release 8.00 this will always return TRUE because NOPARTIAL is | |
| 148 | no longer ever set (the restrictions have been removed). */ | |
| 149 | ||
| 150 | case PCRE_INFO_OKPARTIAL: | case PCRE_INFO_OKPARTIAL: |
| 151 | *((int *)where) = (re->flags & PCRE_NOPARTIAL) == 0; | *((int *)where) = (re->flags & PCRE_NOPARTIAL) == 0; |
| 152 | break; | break; |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |