summaryrefslogtreecommitdiff
path: root/src/os_unix.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-05-15 19:33:18 +0000
committerBram Moolenaar <Bram@vim.org>2009-05-15 19:33:18 +0000
commit78a1531005adc6bfe435ee2b9207864688bea7e9 (patch)
treec0f3a65c5bc4a285124b518dabb080c311968ea3 /src/os_unix.h
parent0c094b9d7f8a031e2cb495551ecc13e34cfa5818 (diff)
downloadvim-git-78a1531005adc6bfe435ee2b9207864688bea7e9.tar.gz
updated for version 7.2-174v7.2.174
Diffstat (limited to 'src/os_unix.h')
-rw-r--r--src/os_unix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.h b/src/os_unix.h
index 0a37763c1..dd70939dc 100644
--- a/src/os_unix.h
+++ b/src/os_unix.h
@@ -126,7 +126,7 @@
# define SIGDUMMYARG 0, 0, (struct sigcontext *)0
# else
# define SIGPROTOARG (int)
-# define SIGDEFARG(s) (s) int s;
+# define SIGDEFARG(s) (s) int s UNUSED;
# define SIGDUMMYARG 0
# endif
#else