diff src/tests.c @ 5049:548f1f47eb82

merge
author Ben Wing <ben@xemacs.org>
date Sat, 20 Feb 2010 23:38:04 -0600
parents e70a73f9243d
children 6bff4f219697
line wrap: on
line diff
--- a/src/tests.c	Sat Feb 20 23:34:25 2010 -0600
+++ b/src/tests.c	Sat Feb 20 23:38:04 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));
 }