branch: externals/xeft commit af94f778344eec71d3c2433376637c02b3ec422f Author: Yuan Fu <caso...@gmail.com> Commit: Yuan Fu <caso...@gmail.com>
* xeft-module.cc: Fix signiture --- xeft-module.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xeft-module.cc b/xeft-module.cc index 9cfcd2a315..5fe53e3e4f 100644 --- a/xeft-module.cc +++ b/xeft-module.cc @@ -321,7 +321,7 @@ NILP (emacs_env *env, emacs_value val) typedef emacs_value (*emacs_subr) (emacs_env *env, ptrdiff_t nargs, emacs_value *args, - void *data); + void *data) EMACS_NOEXCEPT; static void define_function