Ignore:
Timestamp:
12/19/06 22:27:26 (17 years ago)
Author:
zorg
Message:

Fix endianness issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/trunk/src/config.h

    r97 r170  
    1717 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    1818 */
    19 
    20 /* Determine Endianess of the machine */
    21 
    22 #define HAVE_LITTLE_ENDIAN  1234
    23 #define HAVE_BIG_ENDIAN     4321
    24 
    25 #define ENDIAN              HAVE_LITTLE_ENDIAN
    2619
    2720
Note: See TracChangeset for help on using the changeset viewer.