diff options
-rw-r--r-- | common/scummsys.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/common/scummsys.h b/common/scummsys.h index e396407b50..b21f8f2383 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -174,11 +174,6 @@ #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 (1) #define END_PACK_STRUCTS pack () @@ -417,4 +412,4 @@ #endif -#endif +#endif
\ No newline at end of file |