[Scummvm-cvs-logs] SF.net SVN: scummvm: [27641] scummvm/trunk/common/scummsys.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Jun 23 01:27:33 CEST 2007


Revision: 27641
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27641&view=rev
Author:   fingolfin
Date:     2007-06-22 16:27:32 -0700 (Fri, 22 Jun 2007)

Log Message:
-----------
Do not use SCUMMVM_USE_LONG_INT on _MSC_VER anymore (if it *is* needed after all, speak up -- that FIXME has been in there for far too long, however)

Modified Paths:
--------------
    scummvm/trunk/common/scummsys.h

Modified: scummvm/trunk/common/scummsys.h
===================================================================
--- scummvm/trunk/common/scummsys.h	2007-06-22 23:20:50 UTC (rev 27640)
+++ scummvm/trunk/common/scummsys.h	2007-06-22 23:27:32 UTC (rev 27641)
@@ -142,11 +142,6 @@
 
 	#define SCUMM_LITTLE_ENDIAN
 
-	// FIXME: Do you really need to use 'long' on this port? Please replace
-	// this comment with a new comment that states so, and ideally also
-	// explains the reasons briefly.
-	#define SCUMMVM_USE_LONG_INT
-
 	#define FORCEINLINE __forceinline
 	#define NORETURN _declspec(noreturn)
 	#define PLUGIN_EXPORT __declspec(dllexport)
@@ -240,11 +235,6 @@
 	#define SCUMM_BIG_ENDIAN
 	#define SCUMM_NEED_ALIGNMENT
 
-	// FIXME: Do you really need to use 'long' on this port? Please replace
-	// this comment with a new comment that states so, and ideally also
-	// explains the reasons briefly.
-	#define SCUMMVM_USE_LONG_INT
-
 #elif defined(__DC__)
 
 	#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