diff options
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 |