diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/scummsys.h | 5 |
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) |