diff options
Diffstat (limited to 'editors/xemacs-devel/files/patch-al')
-rw-r--r-- | editors/xemacs-devel/files/patch-al | 14 |
1 files changed, 7 insertions, 7 deletions
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) + |