aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrea Corallo2019-11-10 17:02:55 +0100
committerAndrea Corallo2020-01-01 11:38:03 +0100
commitc33c2ef5119a3e1ba9c97ca03e001916f83d09f9 (patch)
tree453b3092ad3b1641a528e349c01e5f02cab02e20 /src
parentd5ffb4949044ae58fb418b1b214cc7c6eb16a29c (diff)
downloademacs-c33c2ef5119a3e1ba9c97ca03e001916f83d09f9.tar.gz
emacs-c33c2ef5119a3e1ba9c97ca03e001916f83d09f9.zip
fix non local mechanism
Diffstat (limited to 'src')
-rw-r--r--src/comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c
index 969495eb938..0e190e88874 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -2807,7 +2807,7 @@ compile_function (Lisp_Object func)
2807 comp.loc_handler = gcc_jit_function_new_local (comp.func, 2807 comp.loc_handler = gcc_jit_function_new_local (comp.func,
2808 NULL, 2808 NULL,
2809 comp.handler_ptr_type, 2809 comp.handler_ptr_type,
2810 "handler"); 2810 "c");
2811 2811
2812 comp.func_blocks_h = CALLN (Fmake_hash_table); 2812 comp.func_blocks_h = CALLN (Fmake_hash_table);
2813 2813