app-editors/xemacs: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger 2025-12-16 21:55:02 +01:00
parent f2b87f8065
commit 367c1c2cfd
No known key found for this signature in database
GPG Key ID: 03B489CBE4B76101

View File

@ -1,18 +0,0 @@
changeset: 7754:f38cf80e1163
user: Aidan Kehoe <kehoea@parhasard.net>
date: Fri Aug 29 07:35:13 2025 +0100
summary: Fall back to INCBIN(), avoid #embed with GCC 15. Thank you Leonid Kopylov!
diff -r 887fd62b88bd -r f38cf80e1163 src/dump-data.c
--- a/src/dump-data.c Tue Aug 26 18:27:00 2025 +0100
+++ b/src/dump-data.c Fri Aug 29 07:35:13 2025 +0100
@@ -24,7 +24,7 @@
#include "lisp.h"
#include "dump-data.h"
-#ifdef __has_embed
+#if defined (__has_embed) && !(GCC_VERSION > NEED_GCC (15, 0, 0))
#include <stdalign.h>
alignas (16) static Rawbyte dumped_data[] = {