commit | 3e96c3d241ab657cf4df0913ea8de50a6cb90730 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 29 23:46:21 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 29 23:46:21 2016 +0100 |
tree | a80c7a34ae529aac456dbc43a65db62e39398ed1 | |
parent | 569850724ef37061bfd4cb6423f04c8b8c690515 [diff] [blame] |
patch 7.4.1202 Problem: Still one more file still using __ARGS. Solution: Remove __ARGS in the last file. (script by Hirohito Higashi) (closes #612)
diff --git a/src/version.c b/src/version.c index 5532bf3..cd61434 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1202, +/**/ 1201, /**/ 1200,