Parent Directory
|
Revision Log
|
Patch
| revision 381 by ph10, Tue Mar 3 16:08:23 2009 UTC | revision 389 by ph10, Sun Mar 15 18:24:05 2009 UTC | |
|---|---|---|
| # | Line 6055 if ((options & PCRE_UTF8) != 0) | Line 6055 if ((options & PCRE_UTF8) != 0) |
| 6055 | } | } |
| 6056 | #endif | #endif |
| 6057 | ||
| 6058 | if ((options & ~PUBLIC_OPTIONS) != 0) | if ((options & ~PUBLIC_COMPILE_OPTIONS) != 0) |
| 6059 | { | { |
| 6060 | errorcode = ERR17; | errorcode = ERR17; |
| 6061 | goto PCRE_EARLY_ERROR_RETURN; | goto PCRE_EARLY_ERROR_RETURN; |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |