Remove SCUMMVM_USE_LONG_INT from DC port.

svn-id: r21594
This commit is contained in:
Marcus Comstedt 2006-04-04 19:05:50 +00:00
parent 4ee3298550
commit 7242dc169c

View file

@ -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)