1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 02:10:46 -08:00
emacs/modules/mod-test
Eli Zaretskii 36dbe6fc3e More emacs-module.c fixes for wide ints
* src/emacs-module.c (value_to_lisp) [WIDE_EMACS_INT]: Use
unsigned data types to manipulate pointers, to avoid sign
extension coming after us with a vengeance.

* modules/mod-test/test.el (mod-test-sum-test): Add tests for
Emacs with wide ints that verify integer values near the critical
value that requires us to switch to a cons cell.
2015-12-02 16:06:01 +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 More emacs-module.c fixes for wide ints 2015-12-02 16:06:01 +02:00