Changeset 3203 in Sophya for trunk/SophyaLib/BaseTools/gnumd5.c


Ignore:
Timestamp:
Apr 10, 2007, 12:04:27 AM (18 years ago)
Author:
ansari
Message:

refonte,simplification machdefs_mkmf.h, suppression flags MWERKS (compilo CodeWarrior pour MacOS8,9) et suppression flag SWAP, remplacement SGI_ARCH64 par SO_ARCH64 , Reza 10/04/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/gnumd5.c

    r2502 r3203  
    4141#define DIM(v) (sizeof(v)/sizeof((v)[0]))
    4242
    43 #if SWAP==0
     43#if IS_BIG_ENDIAN==1
    4444#define BIG_ENDIAN_HOST 1
    4545#endif
     
    368368static
    369369#endif
    370 const char * const gnupgext_version = "MD5 ($Revision: 1.5 $)";
     370const char * const gnupgext_version = "MD5 ($Revision: 1.6 $)";
    371371
    372372static struct {
Note: See TracChangeset for help on using the changeset viewer.