]> git.eshelyaron.com Git - emacs.git/commit
Remove FIXME comments about sentinel values
authorPhilipp Stephani <phst@google.com>
Sun, 2 Jul 2017 11:15:52 +0000 (13:15 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 2 Jul 2017 11:15:52 +0000 (13:15 +0200)
commit3bab927884c4b795f8545b632328b5d3b632eed3
tree5920a77491236dda44e7eb8d20aaeec227a59c54
parent95343daa79efecdb32302fa3420a7b838d66d6bb
Remove FIXME comments about sentinel values

These FIXMEs can't be addressed because they would require breaking
changes to the module API.  Furthermore, other module functions don't
return sentinel values as well, so users generally have to call
non_local_exit_check anyway.

* src/emacs-module.c (module_set_user_ptr)
(module_set_user_finalizer, module_vec_set, module_vec_size): Remove
FIXME comments.
src/emacs-module.c