emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f5776e0 3/3: ; * src/alloc.c (HAVE_MODULES): remove


From: Philipp Stephani
Subject: [Emacs-diffs] master f5776e0 3/3: ; * src/alloc.c (HAVE_MODULES): remove unused constant
Date: Fri, 19 Apr 2019 17:12:24 -0400 (EDT)

branch: master
commit f5776e0eac52133e66055a8436b0d02d5eaf0faf
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    ; * src/alloc.c (HAVE_MODULES): remove unused constant
---
 src/alloc.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/alloc.c b/src/alloc.c
index 7f0443d..c5c3fec 100644
--- 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.  */
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]