projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7cb6ee
)
; * src/alloc.c (HAVE_MODULES): remove unused constant
author
Philipp Stephani
<phst@google.com>
Fri, 19 Apr 2019 21:11:14 +0000
(23:11 +0200)
committer
Philipp Stephani
<phst@google.com>
Fri, 19 Apr 2019 21:11:14 +0000
(23:11 +0200)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index 7f0443dc2eadc225687e95d922787999044442b2..c5c3fec3813ba5b5c26b55e340e939bc6ac520b1 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-4845,10
+4845,6
@@
maybe_lisp_pointer (void *p)
return (uintptr_t) p % LISP_ALIGNMENT == 0;
}
-#ifndef HAVE_MODULES
-enum { HAVE_MODULES = false };
-#endif
-
/* If P points to Lisp data, mark that as live if it isn't already
marked. */