| 2311 |
|
|
| 2312 |
/* If we have just passed a CR and the newline option is ANY, and we |
/* If we have just passed a CR and the newline option is ANY, and we |
| 2313 |
are now at a LF, advance the match position by one more character. */ |
are now at a LF, advance the match position by one more character. */ |
| 2314 |
|
|
| 2315 |
if (current_subject[-1] == '\r' && |
if (current_subject[-1] == '\r' && |
| 2316 |
md->nltype == NLTYPE_ANY && |
md->nltype == NLTYPE_ANY && |
| 2317 |
current_subject < end_subject && |
current_subject < end_subject && |