1 new commit in XEmacs:
https://bitbucket.org/xemacs/xemacs/commits/72a9467f93fc/
Changeset: 72a9467f93fc
User: kehoea
Date: 2013-12-15 18:01:58
Summary: Only make promote_args_lazy() available if WITH_NUMBER_TYPES.
src/ChangeLog addition:
2013-12-15 Aidan Kehoe <[email protected]>
* number.h:
Only make promote_args_lazy() available on builds
WITH_NUMBER_TYPES, in case linking complains about promote_args()
not being available.
tests/ChangeLog addition:
2013-12-15 Aidan Kehoe <[email protected]>
* automated/lisp-tests.el (character):
Remove a debugging statement from this.
Affected #: 4 files
diff -r f22989bb76320d7d68b84212f765e77d01567b11 -r 72a9467f93fc5510ba331627ca9581719053c51c src/ChangeLog
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2013-12-15 Aidan Kehoe <[email protected]>
+
+ * number.h:
+ Only make promote_args_lazy() available on builds
+ WITH_NUMBER_TYPES, in case linking complains about promote_args()
+ not being available.
+
2013-12-15 Aidan Kehoe <[email protected]>
* bytecode.c (bytecode_arithcompare):
diff -r f22989bb76320d7d68b84212f765e77d01567b11 -r 72a9467f93fc5510ba331627ca9581719053c51c src/number.h
--- a/src/number.h
+++ b/src/number.h
@@ -384,6 +384,8 @@
extern enum number_type get_number_type (Lisp_Object);
extern enum number_type promote_args (Lisp_Object *, Lisp_Object *);
+#ifdef WITH_NUMBER_TYPES
+
/* promote_args() *always* converts a marker argument to a fixnum.
Unfortunately, for a marker with byte position N, getting the (character)
@@ -409,7 +411,6 @@
return (enum lazy_number_type) promote_args (obj1, obj2);
}
-#ifdef WITH_NUMBER_TYPES
DECLARE_INLINE_HEADER (
int
non_fixnum_number_p (Lisp_Object object))
diff -r f22989bb76320d7d68b84212f765e77d01567b11 -r 72a9467f93fc5510ba331627ca9581719053c51c tests/ChangeLog
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,8 @@
+2013-12-15 Aidan Kehoe <[email protected]>
+
+ * automated/lisp-tests.el (character):
+ Remove a debugging statement from this.
+
2013-12-15 Aidan Kehoe <[email protected]>
* automated/face-tests.el:
diff -r f22989bb76320d7d68b84212f765e77d01567b11 -r 72a9467f93fc5510ba331627ca9581719053c51c tests/automated/lisp-tests.el
--- a/tests/automated/lisp-tests.el
+++ b/tests/automated/lisp-tests.el
@@ -3091,7 +3091,6 @@
context)))
markers))))
(with-temp-buffer
- (princ "hello there, in with-temp-buffer\n" (get-buffer "*scratch*"))
(loop for ii from 0 to 100
do (progn
(insert " " character " " character " " character " "
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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.