[Scummvm-cvs-logs] SF.net SVN: scummvm: [27740] tools/trunk/util.h
Kirben at users.sourceforge.net
Kirben at users.sourceforge.net
Wed Jun 27 04:27:00 CEST 2007
Revision: 27740
http://scummvm.svn.sourceforge.net/scummvm/?rev=27740&view=rev
Author: Kirben
Date: 2007-06-26 19:26:59 -0700 (Tue, 26 Jun 2007)
Log Message:
-----------
Remove _HEAPOK, as it is never used by tools code.
Modified Paths:
--------------
tools/trunk/util.h
Modified: tools/trunk/util.h
===================================================================
--- tools/trunk/util.h 2007-06-27 02:24:19 UTC (rev 27739)
+++ tools/trunk/util.h 2007-06-27 02:26:59 UTC (rev 27740)
@@ -91,11 +91,6 @@
#define START_PACK_STRUCTS pack(push, 1)
#define END_PACK_STRUCTS pack(pop)
-
- #ifndef _HEAPOK
- #define _HEAPOK (-2)
- #endif
-
#elif defined(UNIX)
#define scumm_stricmp strcasecmp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list