diff options
author | Andrea Corallo <akrl@sdf.org> | 2019-12-24 14:51:18 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-01-01 11:38:16 +0100 |
commit | b6d6e7feb75b792c74fe3e1d036b9edf540d771e (patch) | |
tree | d39f8115419d93153ebd94698ba9115157562599 /src/comp.h | |
parent | 15ac087712250b5ffeb4d162761b2495a5e572a3 (diff) | |
download | emacs-b6d6e7feb75b792c74fe3e1d036b9edf540d771e.tar.gz emacs-b6d6e7feb75b792c74fe3e1d036b9edf540d771e.tar.bz2 emacs-b6d6e7feb75b792c74fe3e1d036b9edf540d771e.zip |
add native compilation unit pdumper support
Diffstat (limited to 'src/comp.h')
-rw-r--r-- | src/comp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/comp.h b/src/comp.h index c4849ba13d1..90b4f40426b 100644 --- a/src/comp.h +++ b/src/comp.h @@ -47,7 +47,8 @@ XNATIVE_COMP_UNIT (Lisp_Object a) } /* Defined in comp.c. */ -extern void load_comp_unit (struct Lisp_Native_Comp_Unit *); +extern void load_comp_unit (struct Lisp_Native_Comp_Unit *comp_u, + bool loading_dump); extern void syms_of_comp (void); /* Fill the freloc structure. Must be called before any eln is loaded. */ extern void fill_freloc (void); |