[Scummvm-cvs-logs] SF.net SVN: scummvm: [23980] scummvm/trunk

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sat Sep 23 13:37:17 CEST 2006


Revision: 23980
          http://svn.sourceforge.net/scummvm/?rev=23980&view=rev
Author:   kirben
Date:     2006-09-23 04:37:05 -0700 (Sat, 23 Sep 2006)

Log Message:
-----------
Remove defines, which were only used by checkHeap()

Modified Paths:
--------------
    scummvm/trunk/backends/platform/wince/missing/io.h
    scummvm/trunk/backends/platform/wince/portdefs.h
    scummvm/trunk/common/scummsys.h

Modified: scummvm/trunk/backends/platform/wince/missing/io.h
===================================================================
--- scummvm/trunk/backends/platform/wince/missing/io.h	2006-09-23 11:29:32 UTC (rev 23979)
+++ scummvm/trunk/backends/platform/wince/missing/io.h	2006-09-23 11:37:05 UTC (rev 23980)
@@ -3,8 +3,6 @@
 /* This stuff will live here until port configuration file is in place */
 #define stricmp _stricmp
 #define strdup _strdup
-#define _HEAPOK 0
-#define _heapchk() 0
 
 #ifndef _FILE_DEFINED
    typedef void FILE;

Modified: scummvm/trunk/backends/platform/wince/portdefs.h
===================================================================
--- scummvm/trunk/backends/platform/wince/portdefs.h	2006-09-23 11:29:32 UTC (rev 23979)
+++ scummvm/trunk/backends/platform/wince/portdefs.h	2006-09-23 11:37:05 UTC (rev 23980)
@@ -24,8 +24,6 @@
 
 #if _WIN32_WCE < 300
 
-#define _HEAPOK 0
-
 void *calloc(size_t n, size_t s);
 int isalnum(int c);
 int isdigit(int c);

Modified: scummvm/trunk/common/scummsys.h
===================================================================
--- scummvm/trunk/common/scummsys.h	2006-09-23 11:29:32 UTC (rev 23979)
+++ scummvm/trunk/common/scummsys.h	2006-09-23 11:37:05 UTC (rev 23980)
@@ -120,10 +120,6 @@
 
 	#define PLUGIN_EXPORT __declspec(dllexport)
 
-	#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