diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2015-12-31 10:59:40 +0900 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2015-12-31 10:59:40 +0900 |
commit | 47580e0d72f53c2fff23cb8edf1487da76e87744 (patch) | |
tree | e81c698d019e12a680aed3c0867a7c04d49cc4af /lisp/emacs-lisp/pcase.el | |
parent | 0588be7ca658faf79bbff7ffcb7eb9f0e3fb8190 (diff) | |
download | emacs-47580e0d72f53c2fff23cb8edf1487da76e87744.tar.gz emacs-47580e0d72f53c2fff23cb8edf1487da76e87744.tar.bz2 emacs-47580e0d72f53c2fff23cb8edf1487da76e87744.zip |
Avoid writing to purespace
* src/alloc.c (Fmake_string): Don't write to empty string contents.
(allocate_vector): Don't write to empty vector size.
* src/character.h (CHECK_CHARACTER_CAR, CHECK_CHARACTER_CDR):
Don't call unnecessary XSETCAR or XSETCDR.
* src/lisp.h (STRING_SET_UNIBYTE, STRING_SET_MULTIBYTE): Don't
write to empty string size_byte.
Diffstat (limited to 'lisp/emacs-lisp/pcase.el')
0 files changed, 0 insertions, 0 deletions