aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChris Apers2007-09-01 19:13:04 +0000
committerChris Apers2007-09-01 19:13:04 +0000
commit500481c4ec684bc943ea5e4c30786bec49871629 (patch)
tree97d4899c4a80107d96b9d22dd005eb45935ac538 /common
parent88b74c5c91478ea017fa247a2f92fab957257122 (diff)
downloadscummvm-rg350-500481c4ec684bc943ea5e4c30786bec49871629.tar.gz
scummvm-rg350-500481c4ec684bc943ea5e4c30786bec49871629.tar.bz2
scummvm-rg350-500481c4ec684bc943ea5e4c30786bec49871629.zip
Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)
svn-id: r28803
Diffstat (limited to 'common')
-rw-r--r--common/scummsys.h18
1 files changed, 4 insertions, 14 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index fb81bcb25a..25c5c166e3 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -200,21 +200,11 @@
#elif defined(__PALMOS_TRAPS__) || defined (__PALMOS_ARMLET__)
- #ifdef PALMOS_68K
- # include "globals.h"
- # define SCUMM_BIG_ENDIAN
-
- # define scumm_stricmp StrCaselessCompare
- # define scumm_strnicmp StrNCaselessCompare
-
- #else
-
- # include <extras_string.h>
- # define SCUMM_LITTLE_ENDIAN
+ #include <extras_string.h>
+ #define SCUMM_LITTLE_ENDIAN
- # define scumm_stricmp stricmp
- # define scumm_strnicmp strnicmp
- #endif
+ #define scumm_stricmp stricmp
+ #define scumm_strnicmp strnicmp
#define SCUMM_NEED_ALIGNMENT
#define STRINGBUFLEN 256