diff options
| author | Andrea Corallo | 2019-08-16 15:48:38 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2020-01-01 11:34:01 +0100 |
| commit | bdcd8dd9fe4a9926a0dbc46ee1180ef53a91bf17 (patch) | |
| tree | 2658cf89c51b37feda1786e153a9b2bd7f29e424 /src | |
| parent | 24fe275711aa0964051f3b95c9bc9b4a3e524826 (diff) | |
| download | emacs-bdcd8dd9fe4a9926a0dbc46ee1180ef53a91bf17.tar.gz emacs-bdcd8dd9fe4a9926a0dbc46ee1180ef53a91bf17.zip | |
some other renaming
Diffstat (limited to 'src')
| -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 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 |