On 1/7/07, Giel van Schijndel <[EMAIL PROTECTED]> wrote:

Author: muggenhor
Date: Mon Jan  8 00:50:30 2007
New Revision: 611

URL: http://svn.gna.org/viewcvs/warzone?rev=611&view=rev
Log:
* prepended casts to malloc calls (using typeof() style)


I think this one breaks non-C99 compiler like MSVC,though I made a temporary
workaround by adding the following lines to mem.h:

#ifndef typeof
#define typeof(type)  void*
#endif
_______________________________________________
Warzone-dev mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-dev

Reply via email to