Parent Directory
|
Revision Log
|
Patch
| revision 343 by ph10, Mon Apr 21 16:30:37 2008 UTC | revision 345 by ph10, Mon Apr 28 15:10:02 2008 UTC | |
|---|---|---|
| # | Line 1255 while (!done) | Line 1255 while (!done) |
| 1255 | if (strncmp((char *)pp, "JS>", 3) == 0) | if (strncmp((char *)pp, "JS>", 3) == 0) |
| 1256 | { | { |
| 1257 | options |= PCRE_JAVASCRIPT_COMPAT; | options |= PCRE_JAVASCRIPT_COMPAT; |
| 1258 | pp += 3; | pp += 3; |
| 1259 | } | } |
| 1260 | else | else |
| 1261 | { | { |
| 1262 | int x = check_newline(pp, outfile); | int x = check_newline(pp, outfile); |
| 1263 | if (x == 0) goto SKIP_DATA; | if (x == 0) goto SKIP_DATA; |
| 1264 | options |= x; | options |= x; |
| 1265 | while (*pp++ != '>'); | while (*pp++ != '>'); |
| 1266 | } | } |
| 1267 | } | } |
| 1268 | break; | break; |
| 1269 |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |