* configure.in: Add glyphs category to --enable-checking option.
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 28 Jun 2012 07:50:50 +0000 (11:50 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 28 Jun 2012 07:50:50 +0000 (11:50 +0400)
commite509cfa6065d20e0d8d2b3ce9ac544355521bc89
tree49bb60b82e50f987bdaa095963d07b1c66a5a109
parenta54e2c050b9cf161cbccc3dd4628f8ef6b64f519
* configure.in: Add glyphs category to --enable-checking option.
(GLYPH_DEBUG): Define if glyphs debugging is enabled.
* src/dispextern.h (GLYPH_DEBUG): Now defined in config.h if
enabled with --enable-checking=[all,glyphs] configure option.
Fix GLYPH_DEBUG usage assuming that it may be undefined,
adjust comments accordingly.
* src/dispnew.c: Fix GLYPH_DEBUG usage assuming that it may be
undefined, adjust comments accordingly.
* src/image.c: Likewise.
* src/scroll.c: Likewise.
* src/w32fns.c: Likewise.
* src/w32term.c: Likewise.
* src/xdisp.c: Likewise.
* src/xfaces.c: Likewise.
* src/xfns.c: Likewise.
* src/xterm.c: Likewise.
14 files changed:
ChangeLog
configure.in
src/ChangeLog
src/dispextern.h
src/dispnew.c
src/fontset.c
src/image.c
src/scroll.c
src/w32fns.c
src/w32term.c
src/xdisp.c
src/xfaces.c
src/xfns.c
src/xterm.c