commit | baaa7e9ec7398a813e21285c272fa99792642077 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 29 22:47:03 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 29 22:47:03 2016 +0100 |
tree | e9636114bf7c80ae3f7ded9ba9edb8b3ea504344 | |
parent | 92b8b2d307e34117f146319872010b0ccc9d2713 [diff] [blame] |
patch 7.4.1199 Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
diff --git a/src/os_vms.c b/src/os_vms.c index 7c2d872..30d29b9 100644 --- a/src/os_vms.c +++ b/src/os_vms.c
@@ -77,8 +77,8 @@ -static TT_MODE get_tty __ARGS((void)); -static void set_tty __ARGS((int row, int col)); +static TT_MODE get_tty(void); +static void set_tty(int row, int col); #define EXPL_ALLOC_INC 64