pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/xemacs-current/patches
Module Name: pkgsrc
Committed By: hauke
Date: Wed Nov 15 15:04:25 UTC 2017
Modified Files:
pkgsrc/editors/xemacs-current/patches: patch-src_lisp.h
Log Message:
Upgrade to XEmacs 21.5.34
Don't try to define max_align_t in C11 or C++11 mode.
Regen patch.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/editors/xemacs-current/patches/patch-src_lisp.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/xemacs-current/patches/patch-src_lisp.h
diff -u pkgsrc/editors/xemacs-current/patches/patch-src_lisp.h:1.1 pkgsrc/editors/xemacs-current/patches/patch-src_lisp.h:1.2
--- pkgsrc/editors/xemacs-current/patches/patch-src_lisp.h:1.1 Sat Mar 26 23:26:14 2016
+++ pkgsrc/editors/xemacs-current/patches/patch-src_lisp.h Wed Nov 15 15:04:25 2017
@@ -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 $
---- src/lisp.h.orig 2016-03-26 13:47:05.129185443 +0000
+Don't try to define max_align_t in C11 or C++11 mode.
+
+--- 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 @@ $NetBSD: patch-src_lisp.h,v 1.1 2016/03/
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