summaryrefslogtreecommitdiff
path: root/editors/xemacs/files/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs/files/patch-al')
-rw-r--r--editors/xemacs/files/patch-al11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/xemacs/files/patch-al b/editors/xemacs/files/patch-al
deleted file mode 100644
index c6650ddf51c4..000000000000
--- a/editors/xemacs/files/patch-al
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 @@
- }
- }
-
--inline static size_t
-+/*inline*/ static size_t
- aligned_sizeof_lstream (size_t lstream_type_specific_size)
- {
- return ALIGN_SIZE (offsetof (Lstream, data) + lstream_type_specific_size,