Author: muggenhor
Date: Thu Jan  4 18:03:32 2007
New Revision: 597

URL: http://svn.gna.org/viewcvs/warzone?rev=597&view=rev
Log:
 * expand the use of compiler-guards (C preprocessor macros) so that not only 
the forward declarations and referring macros are guarded, but the referred 
functions as well
 * remove some unused things: variables, macros (MEMORYREPORT, MEMORYTREAP)
 * fix some signing errors:
  * change assignments of/comparisons with -1 to unsigned variables ((-1) 
directly, not through a preprocessor directive) to ~0 (left OpenAL-code alone)
  * remove some casts to (SDWORD) in comparisons which actually cause 
signed/unsigned errors rather than fix them
  * redefine some vars as unsigned

Modified:
    trunk/lib/framework/mem.c
    trunk/lib/framework/mem.h
    trunk/lib/gamelib/hashtabl.c
    trunk/lib/ivis_opengl/bspimd.c
    trunk/lib/ivis_opengl/screen.c
    trunk/lib/netplay/netplay.c
    trunk/lib/script/event.c
    trunk/lib/widget/form.c


_______________________________________________
Warzone-commits mailing list
Warzone-commits@gna.org
https://mail.gna.org/listinfo/warzone-commits

Reply via email to