Check assert.h header and use it conditionally.
commitf7f37f674e4dda954b11aa9c038db9924c735ca4
authorAndrew Borodin <aborodin@vmail.ru>
Wed, 4 Jan 2012 11:36:53 +0000 (4 14:36 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Mon, 19 Mar 2012 08:04:57 +0000 (19 11:04 +0300)
tree7d9e85ebc1e82c1958634426b99a4cb60310be59
parentb3d1eafb5e58223ad8defa761b6b57ff718b6e8f
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