Author: muggenhor
Date: Sun Aug 24 17:42:59 2008
New Revision: 5865

URL: http://svn.gna.org/viewcvs/warzone?rev=5865&view=rev
Log:
 * Split ASSERT out into ASSERT_HELPER:
  * ASSERT_HELPER can be used by debug functions that wish to alter the 
location information attached and printed with ASSERTs
 * Add some missing semi-colons (the previous ASSERT macro had a terminating 
semi-colon)
 * Change an ASSERT that checks calloc's return value into an if() block (we 
can also run out of memory on non-debug builds...)

Modified:
    trunk/lib/framework/debug.h
    trunk/src/intdisplay.c
    trunk/src/map.c
    trunk/src/move.c


_______________________________________________
Warzone-commits mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-commits

Reply via email to