Port to hypothetical case where Qnil is nonzero
commit347e01447194e511daaeee8835bcb86d2505e642
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 20 Jan 2015 00:49:11 +0000 (19 16:49 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 20 Jan 2015 01:17:30 +0000 (19 17:17 -0800)
treea075b2c51308d56221833b5e7d9e8e48e18e472d
parentfb6462f056f616f3da8ae18037c7c2137fecb6fd
Port to hypothetical case where Qnil is nonzero

* alloc.c (allocate_pseudovector):
* callint.c (Fcall_interactively):
* coding.c (syms_of_coding):
* dispnew.c (realloc_glyph_pool):
* fringe.c (init_fringe):
* lisp.h (memsetnil):
* xdisp.c (init_iterator):
Port to the currently-hypothetical case where Qnil is nonzero.
* dispnew.c (adjust_glyph_matrix): Remove unnecessary verification,
as there are no Lisp_Object values in the data here.
* lisp.h (NIL_IS_NONZERO): New symbol, replacing NIL_IS_ZERO.
All uses changed.  Define only if not already defined, so that one
can debug with -DNIL_IS_NONZERO.
* xdisp.c (init_iterator): Remove unnecessary initializations to 0.
src/ChangeLog
src/alloc.c
src/callint.c
src/coding.c
src/dispnew.c
src/fringe.c
src/lisp.h
src/xdisp.c