From 92b8b2d307e34117f146319872010b0ccc9d2713 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 29 Jan 2016 22:36:45 +0100 Subject: patch 7.4.1198 Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) Also remove use of HAVE_STDARG_H. --- src/hashtab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hashtab.c') diff --git a/src/hashtab.c b/src/hashtab.c index a47fa94b2d..a4bce6503e 100644 --- a/src/hashtab.c +++ b/src/hashtab.c @@ -41,7 +41,7 @@ static long hash_count_perturb = 0; /* count number of "misses" */ /* Magic value for algorithm that walks through the array. */ #define PERTURB_SHIFT 5 -static int hash_may_resize __ARGS((hashtab_T *ht, int minitems)); +static int hash_may_resize(hashtab_T *ht, int minitems); #if 0 /* currently not used */ /* -- cgit v1.2.3