aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c
diff options
context:
space:
mode:
authorAndrea Corallo2019-12-19 11:06:38 +0100
committerAndrea Corallo2020-01-01 11:38:13 +0100
commitb3cbdfc86474932e4ef8d1237ed100a6f4f4c854 (patch)
tree000694222e8dbb47e9385e47669269007df24836 /src/comp.c
parenta647a97320e72db275a05961ae09e487ee3063e2 (diff)
downloademacs-b3cbdfc86474932e4ef8d1237ed100a6f4f4c854.tar.gz
emacs-b3cbdfc86474932e4ef8d1237ed100a6f4f4c854.zip
add basic compilation unit into structure
Diffstat (limited to 'src/comp.c')
-rw-r--r--src/comp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c
index ce2a542e7cf..79ece461a54 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -3280,7 +3280,6 @@ DEFUN ("comp--register-subr", Fcomp__register_subr, Scomp__register_subr,
3280 x->s.symbol_name = xstrdup (SSDATA (Fsymbol_name (name))); 3280 x->s.symbol_name = xstrdup (SSDATA (Fsymbol_name (name)));
3281 x->s.native_intspec = intspec; 3281 x->s.native_intspec = intspec;
3282 x->s.native_doc = doc; 3282 x->s.native_doc = doc;
3283 x->s.native_elisp = true;
3284 XSETPVECTYPE (&x->s, PVEC_SUBR); 3283 XSETPVECTYPE (&x->s, PVEC_SUBR);
3285 Lisp_Object tem; 3284 Lisp_Object tem;
3286 XSETSUBR (tem, &x->s); 3285 XSETSUBR (tem, &x->s);