commit | 16299b57cb60767b68f475a182edd45333fbb2df | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 30 18:45:23 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 30 18:45:23 2013 +0200 |
tree | de4680f000f2352a22e80569c80dac85acd33c02 | |
parent | 4b6ebe6dce90db34485c161a72faf66038d78358 [diff] [blame] |
updated for version 7.3.1073 Problem: New regexp engine may run out of states. Solution: Allocate states dynamically. Also make the test report errors.
diff --git a/src/version.c b/src/version.c index 5a3bb35..bd42a6a 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1073, +/**/ 1072, /**/ 1071,