Parent Directory
|
Revision Log
|
Patch
| revision 335 by ph10, Sun Dec 23 12:17:20 2007 UTC | revision 336 by ph10, Sat Apr 12 15:59:03 2008 UTC | |
|---|---|---|
| # | Line 1247 while (!done) | Line 1247 while (!done) |
| 1247 | ||
| 1248 | case '<': | case '<': |
| 1249 | { | { |
| 1250 | int x = check_newline(pp, outfile); | if (strncmp((char *)pp, "JS>", 3) == 0) |
| 1251 | if (x == 0) goto SKIP_DATA; | { |
| 1252 | options |= x; | options |= PCRE_JAVASCRIPT_COMPAT; |
| 1253 | while (*pp++ != '>'); | pp += 3; |
| 1254 | } | |
| 1255 | else | |
| 1256 | { | |
| 1257 | int x = check_newline(pp, outfile); | |
| 1258 | if (x == 0) goto SKIP_DATA; | |
| 1259 | options |= x; | |
| 1260 | while (*pp++ != '>'); | |
| 1261 | } | |
| 1262 | } | } |
| 1263 | break; | break; |
| 1264 |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |