1 new commit in XEmacs:
https://bitbucket.org/xemacs/xemacs/commits/d05b379f53d3/
Changeset: d05b379f53d3
User: kehoea
Date: 2017-12-29 14:35:20+00:00
Summary: Make WORDS_BIGENDIAN available again, thank you Jerry James.
src/ChangeLog addition:
2017-12-29 Aidan Kehoe <kehoea(a)parhasard.net>
* config.h.in:
Make WORDS_BIGENDIAN available again, thank you Jerry James.
Affected #: 2 files
diff -r 4dcbe828fa9c12fc65522668c3390cb8d92042c6 -r
d05b379f53d3c1e372d5a61651d23b4b72d8a208 src/ChangeLog
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2017-12-29 Aidan Kehoe <kehoea(a)parhasard.net>
+
+ * config.h.in:
+ Make WORDS_BIGENDIAN available again, thank you Jerry James.
+
2017-12-29 Stephen J. Turnbull <stephen(a)xemacs.org>
* event-gtk.c (emacs_gtk_drain_queue):
diff -r 4dcbe828fa9c12fc65522668c3390cb8d92042c6 -r
d05b379f53d3c1e372d5a61651d23b4b72d8a208 src/config.h.in
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -312,7 +312,7 @@
#undef STDC_HEADERS
#undef TIME_WITH_SYS_TIME
-/* #undef WORDS_BIGENDIAN */
+#undef WORDS_BIGENDIAN
#undef HAVE_LONG_FILE_NAMES
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.