diff options
Diffstat (limited to 'editors/emacs-devel/files/patch-lib_verify.h')
-rw-r--r-- | editors/emacs-devel/files/patch-lib_verify.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/editors/emacs-devel/files/patch-lib_verify.h b/editors/emacs-devel/files/patch-lib_verify.h deleted file mode 100644 index 14bffe4b6c87..000000000000 --- a/editors/emacs-devel/files/patch-lib_verify.h +++ /dev/null @@ -1,17 +0,0 @@ - -$FreeBSD$ - ---- lib/verify.h.orig -+++ lib/verify.h -@@ -21,6 +21,11 @@ - # define _GL_VERIFY_H - - -+// undefine the _Static_assert definition present in <sys/cdefs.h> -+#ifdef __FreeBSD__ -+#undef _Static_assert -+#endif -+ - /* Define _GL_HAVE__STATIC_ASSERT to 1 if _Static_assert works as per C11. - This is supported by GCC 4.6.0 and later, in C mode, and its use - here generates easier-to-read diagnostics when verify (R) fails. |