From: Andrea Corallo Date: Sun, 24 Nov 2019 22:22:49 +0000 (+0100) Subject: fix wrong enum usage into declare_function X-Git-Tag: emacs-28.0.90~2727^2~940 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a3624eecbc0a116b293d05e044b8b40a86022e9;p=emacs.git fix wrong enum usage into declare_function --- diff --git a/src/comp.c b/src/comp.c index fd7707a2630..be92893d659 100644 --- a/src/comp.c +++ b/src/comp.c @@ -2757,7 +2757,7 @@ declare_function (Lisp_Object func) type[i], format_string ("par_%d", i)); gcc_func = gcc_jit_context_new_function (comp.ctxt, NULL, - GCC_JIT_GLOBAL_EXPORTED, + GCC_JIT_FUNCTION_EXPORTED, comp.lisp_obj_type, c_name, max_args,