diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-01-01 21:13:13 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-01-01 11:38:19 +0100 |
commit | 11192b29adf4ee500f5056d1b02d35908f858b53 (patch) | |
tree | b62b13a72ebbe1cac255d7df83e013d299b91987 /src/comp.h | |
parent | 3ba1b52e277261286738b637e45a675b7d587f58 (diff) | |
download | emacs-11192b29adf4ee500f5056d1b02d35908f858b53.tar.gz |
make standard emacs compilable again
Diffstat (limited to 'src/comp.h')
-rw-r--r-- | src/comp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/comp.h b/src/comp.h index 33b73548009..86fa54f5158 100644 --- a/src/comp.h +++ b/src/comp.h @@ -29,8 +29,6 @@ enum { #endif }; -#ifdef HAVE_NATIVE_COMP - #include <dynlib.h> struct Lisp_Native_Comp_Unit @@ -43,6 +41,8 @@ struct Lisp_Native_Comp_Unit dynlib_handle_ptr handle; }; +#ifdef HAVE_NATIVE_COMP + INLINE bool NATIVE_COMP_UNITP (Lisp_Object a) { |