aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Apers2006-04-11 18:16:12 +0000
committerChris Apers2006-04-11 18:16:12 +0000
commit89ed8e88915d6f99bf0c3c637f8da295cfeb3dda (patch)
tree4771bcf986539e5dfd0a944c27fc27be3997fb54
parentf0d03fb52f2ab73a04a2133019d481a2fed60a1e (diff)
downloadscummvm-rg350-89ed8e88915d6f99bf0c3c637f8da295cfeb3dda.tar.gz
scummvm-rg350-89ed8e88915d6f99bf0c3c637f8da295cfeb3dda.tar.bz2
scummvm-rg350-89ed8e88915d6f99bf0c3c637f8da295cfeb3dda.zip
Not needed
svn-id: r21803
-rw-r--r--common/scummsys.h7
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