1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00
emacs/modules/mod-test
Eli Zaretskii bdebeb77a0 Fix emacs-module.c for wide ints
* src/emacs-module.c (lisp_to_value): Compare the produced value
with the original Lisp object, not with the one potentially
converted into a Lisp_Cons.  Fixes assertion violations when
working with integers larger than fit into a 32-bit value.

* modules/mod-test/test.el (mod-test-sum-test): Add tests for
large integers, to test --with-wide-int.
2015-12-01 20:34:12 +02:00
..
Makefile ; * modules/mod-test/Makefile: Fix typo. 2015-11-28 20:31:17 -05:00
mod-test.c Rely on conservative stack scanning to find "emacs_value"s 2015-11-30 14:34:42 -05:00
test.el Fix emacs-module.c for wide ints 2015-12-01 20:34:12 +02:00