summaryrefslogtreecommitdiff
path: root/src/memfile_test.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/memfile_test.c
parentd25c16e2f2776d50245bf31d6e4d5364f12d188e (diff)
downloadvim-git-92b8b2d307e34117f146319872010b0ccc9d2713.tar.gz
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/memfile_test.c')
-rw-r--r--src/memfile_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memfile_test.c b/src/memfile_test.c
index e9f32b36e..672d30fd9 100644
--- a/src/memfile_test.c
+++ b/src/memfile_test.c
@@ -25,7 +25,7 @@
#define index_to_key(i) ((i) ^ 15167)
#define TEST_COUNT 50000
-static void test_mf_hash __ARGS((void));
+static void test_mf_hash(void);
/*
* Test mf_hash_*() functions.