diff options
author | Max Horn | 2011-04-12 16:41:36 +0200 |
---|---|---|
committer | Max Horn | 2011-04-12 16:41:36 +0200 |
commit | a8b3501252c46c3fc4fd129fa0a945eb87f47d0a (patch) | |
tree | d2b2dd4ddcf44304fdef33c11cd6dd9d4d1d9d7f /common | |
parent | f5ff6e9e181c984f62000bd4dab4ac0c61dc52b4 (diff) | |
download | scummvm-rg350-a8b3501252c46c3fc4fd129fa0a945eb87f47d0a.tar.gz scummvm-rg350-a8b3501252c46c3fc4fd129fa0a945eb87f47d0a.tar.bz2 scummvm-rg350-a8b3501252c46c3fc4fd129fa0a945eb87f47d0a.zip |
COMMON: Drop totally obsolete & outdated DEC C++ 'support'
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 86493dd7b0..6554c70163 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -243,11 +243,6 @@ // You need to set this manually if necessary // #define SCUMM_NEED_ALIGNMENT - #if defined(__DECCXX) // Assume alpha architecture - #define INVERSE_MKID - #define SCUMM_NEED_ALIGNMENT - #endif - // Very BAD hack following, used to avoid triggering an assert in uClibc dingux library // "toupper" when pressing keyboard function keys. #if defined(DINGUX) |