commit | d0c7ba57b11d48a7897754373ad389b35b8e6d74 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 27 13:59:21 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 27 13:59:21 2011 +0200 |
tree | 655c2920ed978f800bd22b211bc3de2dd83a5a57 | |
parent | 053344363899f7d5ad6b8ae38abce4c81336e2e9 [diff] [blame] |
updated for version 7.3.261 Problem: G++ error message errornously recognized as error. Solution: Ignore "In file included from" line also when it ends in a colon. (Fernando Castillo)
diff --git a/src/version.c b/src/version.c index a254af0..70be57a 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 261, +/**/ 260, /**/ 259,