aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorPhilipp Stephani2019-04-19 23:11:14 +0200
committerPhilipp Stephani2019-04-19 23:11:14 +0200
commitf5776e0eac52133e66055a8436b0d02d5eaf0faf (patch)
tree90d69649a048166b8996a10afc9b4cf1616333d4 /src/alloc.c
parente7cb6eea99a09335c8f5b935336ee6442468d853 (diff)
downloademacs-f5776e0eac52133e66055a8436b0d02d5eaf0faf.tar.gz
emacs-f5776e0eac52133e66055a8436b0d02d5eaf0faf.zip
; * src/alloc.c (HAVE_MODULES): remove unused constant
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 7f0443dc2ea..c5c3fec3813 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -4845,10 +4845,6 @@ maybe_lisp_pointer (void *p)
4845 return (uintptr_t) p % LISP_ALIGNMENT == 0; 4845 return (uintptr_t) p % LISP_ALIGNMENT == 0;
4846} 4846}
4847 4847
4848#ifndef HAVE_MODULES
4849enum { HAVE_MODULES = false };
4850#endif
4851
4852/* If P points to Lisp data, mark that as live if it isn't already 4848/* If P points to Lisp data, mark that as live if it isn't already
4853 marked. */ 4849 marked. */
4854 4850