diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-01-21 20:01:10 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-01-21 20:03:34 -0800 |
commit | 74244d239e9093035c369721b469529a5fdaf1c6 (patch) | |
tree | 971d34cc4c4c1ba554ae7dc8faeb274fe413e3e3 /lisp/emacs-lisp/edebug.el | |
parent | 03346fb0747ddb39786bd9e43fe7f422cd48b9fe (diff) | |
download | emacs-74244d239e9093035c369721b469529a5fdaf1c6.tar.gz emacs-74244d239e9093035c369721b469529a5fdaf1c6.tar.bz2 emacs-74244d239e9093035c369721b469529a5fdaf1c6.zip |
Better isolate code that assumes NIL_IS_ZERO
Suggested by Stefan Monnier in:
http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00588.html
* alloc.c (allocate_pseudovector):
Use memclear, not memsetnil, to remove a 'verify'.
* callint.c (Fcall_interactively):
* dispnew.c (realloc_glyph_pool):
* xdisp.c (init_iterator):
Use memclear, not memset, to remove a 'verify'.
* lisp.h (memclear): Rename from memsetnil, and take a byte
count rather than a word count. All callers changed.
Diffstat (limited to 'lisp/emacs-lisp/edebug.el')
0 files changed, 0 insertions, 0 deletions