From 7242dc169c835e9e882b92ceab6fc7c9cc7ecebd Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Tue, 4 Apr 2006 19:05:50 +0000 Subject: Remove SCUMMVM_USE_LONG_INT from DC port. svn-id: r21594 --- common/scummsys.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common/scummsys.h') diff --git a/common/scummsys.h b/common/scummsys.h index 2f38eec992..947d9d5d51 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -209,11 +209,6 @@ #define SCUMM_LITTLE_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 - #define START_PACK_STRUCTS pack(push, 1) #define END_PACK_STRUCTS pack(pop) -- cgit v1.2.3