randomconfig fixes

This commit is contained in:
Denis Vlasenko
2008-10-29 13:16:28 +00:00
parent 1fe7887659
commit 31d58e58d2
3 changed files with 15 additions and 4 deletions

View File

@ -272,7 +272,9 @@ static void re_wrap(void)
last_line_pos = new_line_pos;
cur_fline = new_cur_fline;
/* max_lineno is screen-size independent */
#if ENABLE_FEATURE_LESS_REGEXP
pattern_valid = 0;
#endif
}
#endif