summaryrefslogtreecommitdiff
path: root/src/os_mac.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-06-24 14:41:19 +0000
committerBram Moolenaar <Bram@vim.org>2009-06-24 14:41:19 +0000
commitfab578f6052390e2e3e1884378740c9e4fc87830 (patch)
tree1fcf509dcec4dde465f3701ae9a8b59ac90a066b /src/os_mac.h
parent782027ee289dfd55eb22c1ae8e6ff3645be90c3a (diff)
downloadvim-git-fab578f6052390e2e3e1884378740c9e4fc87830.tar.gz
updated for version 7.2-212v7.2.212
Diffstat (limited to 'src/os_mac.h')
-rw-r--r--src/os_mac.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/os_mac.h b/src/os_mac.h
index 7a54ee5c5..aadaed776 100644
--- a/src/os_mac.h
+++ b/src/os_mac.h
@@ -268,9 +268,15 @@
*/
#ifdef MACOS_X_UNIX
-# define SIGPROTOARG (int)
-# define SIGDEFARG(s) (s) int s;
-# define SIGDUMMYARG 0
+# ifndef SIGPROTOARG
+# define SIGPROTOARG (int)
+# endif
+# ifndef SIGDEFARG
+# define SIGDEFARG(s) (s) int s UNUSED;
+# endif
+# ifndef SIGDUMMYARG
+# define SIGDUMMYARG 0
+# endif
# undef HAVE_AVAIL_MEM
# ifndef HAVE_CONFIG_H
# define RETSIGTYPE void