aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs-devel/files/patch-src_lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs-devel/files/patch-src_lisp.h')
-rw-r--r--editors/emacs-devel/files/patch-src_lisp.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/editors/emacs-devel/files/patch-src_lisp.h b/editors/emacs-devel/files/patch-src_lisp.h
deleted file mode 100644
index 1ac2caff4beb..000000000000
--- a/editors/emacs-devel/files/patch-src_lisp.h
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$FreeBSD$
-
---- src/lisp.h.orig
-+++ src/lisp.h
-@@ -21,6 +21,10 @@
- #define EMACS_LISP_H
-
- #include <setjmp.h>
-+#ifdef __FreeBSD__
-+#undef _Alignof
-+#undef _Alignas
-+#endif
- #include <stdalign.h>
- #include <stdarg.h>
- #include <stdbool.h>