mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-03 04:21:28 -08:00
add basic compilation unit into structure
This commit is contained in:
parent
a647a97320
commit
b3cbdfc864
4 changed files with 13 additions and 5 deletions
|
|
@ -3280,7 +3280,6 @@ DEFUN ("comp--register-subr", Fcomp__register_subr, Scomp__register_subr,
|
|||
x->s.symbol_name = xstrdup (SSDATA (Fsymbol_name (name)));
|
||||
x->s.native_intspec = intspec;
|
||||
x->s.native_doc = doc;
|
||||
x->s.native_elisp = true;
|
||||
XSETPVECTYPE (&x->s, PVEC_SUBR);
|
||||
Lisp_Object tem;
|
||||
XSETSUBR (tem, &x->s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue