diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2003-05-02 11:06:10 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2003-05-02 11:06:10 +0000 |
commit | a75761ccc345dc2879088b3e064abff42d92dcf1 (patch) | |
tree | e177200abfe87299b7aaafb4c30cc303cecc0c09 /editors/xemacs-devel/files/patch-al | |
parent | Add ${PTHREAD_LIBS} (diff) |
Update to version 21.5.11.
Remove GTK support until I figure out why it isn't working.
Notes
Notes:
svn path=/head/; revision=80010
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) + |