openbsd-ports/editors/vim/patches/patch-src_vim_h

12 lines
375 B
Plaintext

$OpenBSD: patch-src_vim_h,v 1.2 2010/09/09 22:29:29 ckuethe Exp $
--- src/vim.h.orig Thu Jul 29 11:46:39 2010
+++ src/vim.h Tue Sep 7 15:50:20 2010
@@ -259,6 +259,7 @@
# include "os_beos.h"
# define __ARGS(x) x
#endif
+#define UNUSED __attribute__((unused))
#if (defined(UNIX) || defined(__EMX__) || defined(VMS)) \
&& (!defined(MACOS_X) || defined(HAVE_CONFIG_H))