Mercurial > hg > xemacs-beta
diff src/tests.c @ 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 | ae48681c47fa |
children | 6bff4f219697 |
line wrap: on
line diff
--- 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)); }