aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
diff options
context:
space:
mode:
authorMarcus Comstedt2006-04-04 19:05:50 +0000
committerMarcus Comstedt2006-04-04 19:05:50 +0000
commit7242dc169c835e9e882b92ceab6fc7c9cc7ecebd (patch)
tree648d4dda9070b77a1780d19cb43c6a2ed86d8312 /common/scummsys.h
parent4ee3298550e97e59a279b9950f6d1d4c6355173d (diff)
downloadscummvm-rg350-7242dc169c835e9e882b92ceab6fc7c9cc7ecebd.tar.gz
scummvm-rg350-7242dc169c835e9e882b92ceab6fc7c9cc7ecebd.tar.bz2
scummvm-rg350-7242dc169c835e9e882b92ceab6fc7c9cc7ecebd.zip
Remove SCUMMVM_USE_LONG_INT from DC port.
svn-id: r21594
Diffstat (limited to 'common/scummsys.h')
-rw-r--r--common/scummsys.h5
1 files changed, 0 insertions, 5 deletions
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)