comparison 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
comparison
equal deleted inserted replaced
5030:422b4b4fb2a6 5037:e70a73f9243d
680 FROB (0x8080808080808080); 680 FROB (0x8080808080808080);
681 FROB (0XDEADBEEFCAFEBABE); 681 FROB (0XDEADBEEFCAFEBABE);
682 FROB (0XFFFFFFFFFFFFFFFE); 682 FROB (0XFFFFFFFFFFFFFFFE);
683 #endif /* INT_VALBITS >= 63 */ 683 #endif /* INT_VALBITS >= 63 */
684 684
685 return list3 (build_ascstring ("STORE_VOID_IN_LISP"), Qt, Qnil); 685 return list1 (list3 (build_ascstring ("STORE_VOID_IN_LISP"), Qt, Qnil));
686 } 686 }
687 687
688 688
689 689
690 #ifdef NEW_GC 690 #ifdef NEW_GC