]> code.delx.au - gnu-emacs/commit
Simplify HAVE_MODULES use in mark_maybe_pointer
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Jan 2016 05:41:59 +0000 (21:41 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Jan 2016 05:46:37 +0000 (21:46 -0800)
commiteef6784ea4932adbce24030b171df6c09bb4736a
treed48330d096cc176a5b243a4a93746de3262d3161
parent552694a2653b4f9cde515139d01793a5a0e964b7
Simplify HAVE_MODULES use in mark_maybe_pointer

* src/alloc.c (HAVE_MODULES): Now a constant 0 if not defined,
so that later code can use 'if' rather than '#ifdef'.
(mark_maybe_pointer): Simplify based on HAVE_MODULES now
always working.
src/alloc.c
src/lisp.h