Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5048:32e1ae4c1e3a | 5049:548f1f47eb82 |
---|---|
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 |