Author: muggenhor
Date: Sun Nov 9 23:58:04 2008
New Revision: 6260
URL: http://svn.gna.org/viewcvs/warzone?rev=6260&view=rev
Log:
* Remove unused list macros: LIST_INIT and LIST_ADD
* Rename LIST_ADDEND to LIST_APPEND (because that's what it does: append to a
list)
* Clean up the assertion in LIST_REMOVE
* Prevent a potential bug in LIST_APPEND by not initialising the psNext
pointer to NULL
- doesn't ever occur right now, for one simple reason: the only place where
this macro is used is on a structure that's initialised with memset(0)
Modified:
trunk/lib/framework/listmacs.h
trunk/src/levels.c
_______________________________________________
Warzone-commits mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-commits