warzone2100/lib/script
Giel van Schijndel 26f2672bfd * remove macro PTRVALID
* replace all instances of PTRVALID(ptr,size) by (ptr != NULL)
 * remove asserts of style ASSERT( x == NULL || x != NULL ) because they would evaluate to true always anyhow and as such wouldn't ever trigger
 * remove macros iV_HeapAlloc and iV_HeapFree and replaced them with MALLOC and FREE respectively (that's what they expanded to anyway)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1348 4a71c877-e1ca-e34f-864e-861f7616d084
2007-04-03 13:20:41 +00:00
..
Makefile.am - Remove unneeded gettext files and instead create them via autopoint 2007-04-02 17:21:05 +00:00
Makefile.raw Proposed fix for non-MSVC buildsystems 2007-01-09 22:07:58 +00:00
chat_lexer.l This commit fixes all warnings (on my system). -Werror added for 2007-02-19 14:10:44 +00:00
chat_parser.y This commit fixes all warnings (on my system). -Werror added for 2007-02-19 14:10:44 +00:00
chat_processing.h Set eol-style for files missing this. 2007-02-19 14:02:24 +00:00
codeprint.c * remove macro PTRVALID 2007-04-03 13:20:41 +00:00
codeprint.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
event.c * remove macro PTRVALID 2007-04-03 13:20:41 +00:00
event.h Enabled recursive function calls for scripts. 2007-03-31 16:03:21 +00:00
evntsave.c Fix warnings, and revert r1241 for effects.c (validatePie really needs a prototype at the top) 2007-03-15 23:17:09 +00:00
evntsave.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
interp.c * remove macro PTRVALID 2007-04-03 13:20:41 +00:00
interp.h - removed some ASSERSs doubling debug() error output 2007-02-14 18:29:26 +00:00
parse.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
script.c Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
script.h Enabled recursive function calls for scripts. 2007-03-31 16:03:21 +00:00
script_lexer.l Start making the code conform to -Wextra 2007-02-19 16:46:48 +00:00
script_parser.y * remove macro PTRVALID 2007-04-03 13:20:41 +00:00
stack.c Per's removal of the memory heap system. Now MALLOC is just malloc, and not some wrapper around a wrapper that will allocate it from a specific pool. 2007-04-03 10:33:26 +00:00
stack.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00