fix compilation when native compiler is not enabled
This commit is contained in:
parent
d8f3f8736c
commit
f59a96f565
1 changed files with 2 additions and 0 deletions
|
@ -2937,7 +2937,9 @@ dump_subr (struct dump_context *ctx, const struct Lisp_Subr *subr)
|
|||
dump_field_emacs_ptr (ctx, &out, subr, &subr->symbol_name);
|
||||
dump_field_emacs_ptr (ctx, &out, subr, &subr->intspec);
|
||||
DUMP_FIELD_COPY (&out, subr, doc);
|
||||
#ifdef HAVE_NATIVE_COMP
|
||||
DUMP_FIELD_COPY (&out, subr, native_elisp);
|
||||
#endif
|
||||
return dump_object_finish (ctx, &out, sizeof (out));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue