1 new commit in XEmacs:
https://bitbucket.org/xemacs/xemacs/commits/6355de501637/
Changeset: 6355de501637
User: kehoea
Date: 2014-01-23 16:03:16
Summary: Correct buffered_bytecount_to_charcount() on non-Mule.
src/ChangeLog addition:
[...]
* text.h (buffered_bytecount_to_charcount): This was
declared wrong for non-mule, correct this. Thank you Mats Lidell
and the buildbot.
Affected #: 2 files
diff -r 7343a186a4757d2053e550dcb9299fd446970487 -r
6355de501637068fe0e77e23640d3763708b285f src/ChangeLog
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
2014-01-23 Aidan Kehoe <kehoea(a)parhasard.net>
+ * text.h (buffered_bytecount_to_charcount): This was
+ declared wrong for non-mule, correct this. Thank you Mats Lidell
+ and the buildbot.
+
* lstream.c (Lstream_read_1):
Don't include the unread partial character in
unget_character_count, since our consumers will never be aware of it.
diff -r 7343a186a4757d2053e550dcb9299fd446970487 -r
6355de501637068fe0e77e23640d3763708b285f src/text.h
--- a/src/text.h
+++ b/src/text.h
@@ -922,7 +922,7 @@
#define charcount_to_bytecount_fmt(ptr, len, fmt) ((Bytecount) (len))
#define skip_ascii(ptr, end) end
#define skip_ascii_down(ptr, end) end
-#define buffered_bytecount_to_charcount (ptr, len) (len)
+#define buffered_bytecount_to_charcount(ptr, len) (len)
#endif /* MULE */
Repository URL:
https://bitbucket.org/xemacs/xemacs/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches