aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c
diff options
context:
space:
mode:
authorAndrea Corallo2019-08-16 15:48:38 +0200
committerAndrea Corallo2020-01-01 11:34:01 +0100
commitbdcd8dd9fe4a9926a0dbc46ee1180ef53a91bf17 (patch)
tree2658cf89c51b37feda1786e153a9b2bd7f29e424 /src/comp.c
parent24fe275711aa0964051f3b95c9bc9b4a3e524826 (diff)
downloademacs-bdcd8dd9fe4a9926a0dbc46ee1180ef53a91bf17.tar.gz
emacs-bdcd8dd9fe4a9926a0dbc46ee1180ef53a91bf17.zip
some other renaming
Diffstat (limited to 'src/comp.c')
-rw-r--r--src/comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c
index 95bfb5d561b..1e1060fd878 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -2651,7 +2651,7 @@ DEFUN ("comp-compile-and-load-ctxt", Fcomp_compile_and_load_ctxt,
2651 x->s.header.size = PVEC_SUBR << PSEUDOVECTOR_AREA_BITS; 2651 x->s.header.size = PVEC_SUBR << PSEUDOVECTOR_AREA_BITS;
2652 x->s.function.a0 = gcc_jit_result_get_code(gcc_res, c_name); 2652 x->s.function.a0 = gcc_jit_result_get_code(gcc_res, c_name);
2653 eassert (x->s.function.a0); 2653 eassert (x->s.function.a0);
2654 x->s.min_args = XFIXNUM (FUNCALL1 (comp-args-gen-min, args)); 2654 x->s.min_args = XFIXNUM (FUNCALL1 (comp-args-base-min, args));
2655 if (FUNCALL1 (comp-args-p, args)) 2655 if (FUNCALL1 (comp-args-p, args))
2656 x->s.max_args = XFIXNUM (FUNCALL1 (comp-args-max, args)); 2656 x->s.max_args = XFIXNUM (FUNCALL1 (comp-args-max, args));
2657 else 2657 else