Removed redefition of WORDS_BIGENDIAN on big endian machine as showed by

this build log on ppc: http://buildsys.rpmfusion.org/logs/fedora-development-rpmfusion_free/2765-desmume-0.9.1-1.fc11/ppc/build.log. Spotted by Andrea
Musuruane.
This commit is contained in:
riccardom 2009-02-14 13:36:21 +00:00
parent a5cdad9ff8
commit fc6cbdf03d
1 changed files with 2 additions and 0 deletions

View File

@ -197,7 +197,9 @@ typedef int desmume_BOOL;
#endif
#ifdef __BIG_ENDIAN__
#ifndef WORDS_BIGENDIAN
#define WORDS_BIGENDIAN
#endif
#endif
#ifdef WORDS_BIGENDIAN