changeset 5037:e70a73f9243d

fix c-tests -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-02-20 Ben Wing <ben@xemacs.org> * tests.c: Fix operation of c-tests.
author Ben Wing <ben@xemacs.org>
date Sat, 20 Feb 2010 03:45:15 -0600
parents 422b4b4fb2a6
children 9410323e4b0d
files src/ChangeLog src/tests.c
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Feb 11 19:33:50 2010 -0500
+++ b/src/ChangeLog	Sat Feb 20 03:45:15 2010 -0600
@@ -1,3 +1,8 @@
+2010-02-20  Ben Wing  <ben@xemacs.org>
+
+	* tests.c:
+	Fix operation of c-tests.
+
 2010-02-10  Ben Wing  <ben@xemacs.org>
 
 	* text.h:
--- a/src/tests.c	Thu Feb 11 19:33:50 2010 -0500
+++ b/src/tests.c	Sat Feb 20 03:45:15 2010 -0600
@@ -682,7 +682,7 @@
   FROB (0XFFFFFFFFFFFFFFFE);
 #endif /* INT_VALBITS >= 63 */
 
-  return list3 (build_ascstring ("STORE_VOID_IN_LISP"), Qt, Qnil);
+  return list1 (list3 (build_ascstring ("STORE_VOID_IN_LISP"), Qt, Qnil));
 }