diff options
| author | Michael Albinus | 2021-12-03 14:24:49 +0100 |
|---|---|---|
| committer | Michael Albinus | 2021-12-03 14:24:49 +0100 |
| commit | d3eb3918d4989408ae8b71d39c24924f2f2343c7 (patch) | |
| tree | 1a7c4be3407f515f22633038ccb19171203cf016 /src/comp.h | |
| parent | 76099240119d0137f25b356d64e2c1b70201973e (diff) | |
| parent | 1431fce67f75e5f0acaa77f508502a00603177de (diff) | |
| download | emacs-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.h | 10 |
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. */ | ||
| 24 | enum { | ||
| 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 | ||
| 35 | struct Lisp_Native_Comp_Unit | 25 | struct Lisp_Native_Comp_Unit |