Ignore:
Timestamp:
12/19/06 23:02:00 (17 years ago)
Author:
zorg
Message:

Fix endianess

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/mpcenc/config.h

    r116 r171  
    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
    26 
    2719
    2820/* Test the fast float-to-int rounding trick works */
Note: See TracChangeset for help on using the changeset viewer.