diff options
author | Andrea Corallo <akrl@sdf.org> | 2019-09-09 12:01:03 +0200 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-01-01 11:37:46 +0100 |
commit | b9f37a2a09ac6bcef1a03cc49489f15ff01a74b7 (patch) | |
tree | 7090c8ca8f03093d419f67973af012b37934a855 /src/lisp.h | |
parent | c702e25a7a9e1ba2b75942dcc00402947757786d (diff) | |
download | emacs-b9f37a2a09ac6bcef1a03cc49489f15ff01a74b7.tar.gz emacs-b9f37a2a09ac6bcef1a03cc49489f15ff01a74b7.tar.bz2 emacs-b9f37a2a09ac6bcef1a03cc49489f15ff01a74b7.zip |
pacify gcc and improve sanaity checks
Diffstat (limited to 'src/lisp.h')
-rw-r--r-- | src/lisp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index 93a3ddea0cb..cb3487675e7 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -4742,9 +4742,9 @@ extern void malloc_probe (size_t); extern void syms_of_profiler (void); /* Defined in comp.c. */ -#ifdef HAVE_LIBGCCJIT +#ifdef HAVE_NATIVE_COMP extern void syms_of_comp (void); -#endif /* HAVE_LIBGCCJIT */ +#endif /* HAVE_NATIVE_COMP */ #ifdef DOS_NT /* Defined in msdos.c, w32.c. */ |