summaryrefslogtreecommitdiffstats
path: root/src/if_python3.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-29 22:36:45 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-29 22:36:45 +0100
commit92b8b2d307e34117f146319872010b0ccc9d2713 (patch)
tree14592978271f07a5bebd2e7001c2c1f2e7c3a60b /src/if_python3.c
parentd25c16e2f2776d50245bf31d6e4d5364f12d188e (diff)
patch 7.4.1198v7.4.1198
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) Also remove use of HAVE_STDARG_H.
Diffstat (limited to 'src/if_python3.c')
-rw-r--r--src/if_python3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_python3.c b/src/if_python3.c
index a78fa6b588..ec1754715a 100644
--- a/src/if_python3.c
+++ b/src/if_python3.c
@@ -692,7 +692,7 @@ python3_enabled(int verbose)
/* Load the standard Python exceptions - don't import the symbols from the
* DLL, as this can cause errors (importing data symbols is not reliable).
*/
-static void get_py3_exceptions __ARGS((void));
+static void get_py3_exceptions(void);
static void
get_py3_exceptions()