pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/xemacs-current/patches Upgrade to XEmacs 21.5.34
details: https://anonhg.NetBSD.org/pkgsrc/rev/e95b572a8712
branches: trunk
changeset: 371593:e95b572a8712
user: hauke <hauke%pkgsrc.org@localhost>
date: Wed Nov 15 15:04:25 2017 +0000
description:
Upgrade to XEmacs 21.5.34
Don't try to define max_align_t in C11 or C++11 mode.
Regen patch.
diffstat:
editors/xemacs-current/patches/patch-src_lisp.h | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r d51ca23b9f85 -r e95b572a8712 editors/xemacs-current/patches/patch-src_lisp.h
--- a/editors/xemacs-current/patches/patch-src_lisp.h Wed Nov 15 15:02:19 2017 +0000
+++ b/editors/xemacs-current/patches/patch-src_lisp.h Wed Nov 15 15:04:25 2017 +0000
@@ -1,8 +1,10 @@
-$NetBSD: patch-src_lisp.h,v 1.1 2016/03/26 23:26:14 joerg Exp $
+$NetBSD: patch-src_lisp.h,v 1.2 2017/11/15 15:04:25 hauke Exp $
+
+Don't try to define max_align_t in C11 or C++11 mode.
---- src/lisp.h.orig 2016-03-26 13:47:05.129185443 +0000
+--- src/lisp.h.orig 2013-08-21 17:43:44.000000000 +0000
+++ src/lisp.h
-@@ -957,6 +957,7 @@ typedef int Boolint;
+@@ -1156,6 +1156,7 @@ typedef int Boolint;
/* No type has a greater alignment requirement than max_align_t.
(except perhaps for types we don't use, like long double) */
@@ -10,7 +12,7 @@
typedef union
{
struct { long l; } l;
-@@ -964,6 +965,7 @@ typedef union
+@@ -1163,6 +1164,7 @@ typedef union
struct { void (*f)(void); } f;
struct { double d; } d;
} max_align_t;
Home |
Main Index |
Thread Index |
Old Index