aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.h
diff options
context:
space:
mode:
authorMichael Albinus2021-12-03 14:24:49 +0100
committerMichael Albinus2021-12-03 14:24:49 +0100
commitd3eb3918d4989408ae8b71d39c24924f2f2343c7 (patch)
tree1a7c4be3407f515f22633038ccb19171203cf016 /src/comp.h
parent76099240119d0137f25b356d64e2c1b70201973e (diff)
parent1431fce67f75e5f0acaa77f508502a00603177de (diff)
downloademacs-d3eb3918d4989408ae8b71d39c24924f2f2343c7.tar.gz
emacs-d3eb3918d4989408ae8b71d39c24924f2f2343c7.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'src/comp.h')
-rw-r--r--src/comp.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/comp.h b/src/comp.h
index c4af4193d0b..96bb52a14bc 100644
--- a/src/comp.h
+++ b/src/comp.h
@@ -20,16 +20,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
20#ifndef COMP_H 20#ifndef COMP_H
21#define COMP_H 21#define COMP_H
22 22
23/* To keep ifdefs under control. */
24enum {
25 NATIVE_COMP_FLAG =
26#ifdef HAVE_NATIVE_COMP
27 1
28#else
29 0
30#endif
31};
32
33#include <dynlib.h> 23#include <dynlib.h>
34 24
35struct Lisp_Native_Comp_Unit 25struct Lisp_Native_Comp_Unit