diff options
Diffstat (limited to 'src/comp.c')
-rw-r--r-- | src/comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |