Check assert.h header and use it conditionally.
commit646de3f88f718fdf5c3885b5c12e823c8ce0b00e
authorAndrew Borodin <aborodin@vmail.ru>
Wed, 4 Jan 2012 11:36:53 +0000 (4 14:36 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Mon, 19 Mar 2012 10:34:21 +0000 (19 13:34 +0300)
treee848da5e2b68818510456edc18a01b5df4c91824
parent87fc4a20970019e499409ece28a49a30a8eb7653
Check assert.h header and use it conditionally.

assert(3) should be replaced with g_assert().

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
13 files changed:
configure.ac
lib/global.h
lib/strutil.h
src/editor/editcmd.c
src/editor/editkeys.c
src/viewer/coord_cache.c
src/viewer/datasource.c
src/viewer/display.c
src/viewer/growbuf.c
src/viewer/hex.c
src/viewer/inlines.h
src/viewer/mcviewer.c
src/viewer/move.c