From a75761ccc345dc2879088b3e064abff42d92dcf1 Mon Sep 17 00:00:00 2001 From: Gary Jennejohn Date: Fri, 2 May 2003 11:06:10 +0000 Subject: Update to version 21.5.11. Remove GTK support until I figure out why it isn't working. --- editors/xemacs-devel/files/patch-al | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'editors/xemacs-devel/files/patch-al') diff --git a/editors/xemacs-devel/files/patch-al b/editors/xemacs-devel/files/patch-al index c6650ddf51c4..ef0ae35060df 100644 --- a/editors/xemacs-devel/files/patch-al +++ b/editors/xemacs-devel/files/patch-al @@ -1,11 +1,11 @@ ---- src/lstream.c.orig Sat Jun 29 18:17:20 2002 -+++ src/lstream.c Sat Jun 29 18:14:06 2002 -@@ -181,7 +181,7 @@ +--- src/lstream.c.orig Tue Apr 29 21:31:17 2003 ++++ src/lstream.c Tue Apr 29 21:31:22 2003 +@@ -101,7 +101,7 @@ } } --inline static size_t -+/*inline*/ static size_t - aligned_sizeof_lstream (size_t lstream_type_specific_size) +-inline static Bytecount ++/*inline*/ static Bytecount + aligned_sizeof_lstream (Bytecount lstream_type_specific_size) { - return ALIGN_SIZE (offsetof (Lstream, data) + lstream_type_specific_size, + return MAX_ALIGN_SIZE (offsetof (Lstream, data) + -- cgit v1.2.3