summaryrefslogtreecommitdiff
path: root/src/comp.h
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2019-12-25 16:02:46 +0100
committerAndrea Corallo <akrl@sdf.org>2020-01-01 11:38:16 +0100
commit44db9b912f1d8165383b5b30732fa9caa3d3a185 (patch)
tree518d23a16bdd774a5a1dbe6bfdbad0141fc5e563 /src/comp.h
parentcedc19297e47473ae599faa7cbcb2f3f6c9d5846 (diff)
downloademacs-44db9b912f1d8165383b5b30732fa9caa3d3a185.tar.gz
emacs-44db9b912f1d8165383b5b30732fa9caa3d3a185.tar.bz2
emacs-44db9b912f1d8165383b5b30732fa9caa3d3a185.zip
never load a compilation unit without filling the func link table
Diffstat (limited to 'src/comp.h')
-rw-r--r--src/comp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/comp.h b/src/comp.h
index f756e38d292..33b73548009 100644
--- a/src/comp.h
+++ b/src/comp.h
@@ -60,10 +60,5 @@ XNATIVE_COMP_UNIT (Lisp_Object a)
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);
-/* Return 1 if freloc is filled or 0 otherwise. */
-extern int filled_freloc (void);
-
#endif
#endif