1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00
emacs/modules/mod-test
Paul Eggert 39d13206f3 Fix module test to use ptrdiff_t nargs too
* modules/mod-test/mod-test.c (Fmod_test_return_t)
(Fmod_test_sum, Fmod_test_signal, Fmod_test_throw)
(Fmod_test_non_local_exit_funcall, Fmod_test_globref_make)
(Fmod_test_string_a_to_b, Fmod_test_userptr_make)
(Fmod_test_userptr_get, Fmod_test_vector_fill)
(Fmod_test_vector_eq): Arg counts are ptrdiff_t, not int.
(finalizer): Remove; no longer used.
2015-11-20 12:18:17 -08:00
..
Makefile Minor improvements in module test 2015-11-20 13:37:25 +02:00
mod-test.c Fix module test to use ptrdiff_t nargs too 2015-11-20 12:18:17 -08:00
test.el Style fixes for indenting etc. in module code 2015-11-19 11:32:21 -08:00