]> code.delx.au - gnu-emacs/commit
Replace IF_LINT by NONVOLATILE and UNINIT
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Jun 2016 17:33:34 +0000 (10:33 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Jun 2016 18:50:42 +0000 (11:50 -0700)
commit82f49c6a373f981a778f4d939ca2d47c031e0659
treee84afa8e7af336f15f37789fbf23f4ec62905790
parent7715ee54b3588cfdef03b5d45aaf44b73b422ec6
Replace IF_LINT by NONVOLATILE and UNINIT

Inspired by a suggestion from RMS in: http://bugs.gnu.org/23640#58
* .dir-locals.el (c-mode): Adjust to macro changes.
* src/conf_post.h (NONVOLATILE, UNINIT): New macros (Bug#23640).
(IF_LINT): Remove.  All uses replaced by the new macros.
26 files changed:
.dir-locals.el
lib-src/make-docfile.c
src/buffer.c
src/charset.c
src/cm.c
src/coding.c
src/composite.c
src/conf_post.h
src/editfns.c
src/fileio.c
src/font.c
src/fontset.c
src/fringe.c
src/gtkutil.c
src/image.c
src/indent.c
src/keyboard.c
src/lread.c
src/minibuf.c
src/print.c
src/regex.c
src/syntax.c
src/term.c
src/window.c
src/xdisp.c
src/xfont.c