チェンジセット 8

差分発生行の前後
無視リスト:
コミット日時:
2006/05/11 17:12:58 (3 年前)
コミッタ:
sgk
ログメッセージ:

一部プラットフォームで、LITTLE_ENDIAN、BIT_ENDIANが定義済みのため。

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • camellia/trunk/camellia.c

    r6 r8  
    6969 */ 
    7070 
     71#undef LITTLE_ENDIAN 
    7172#define LITTLE_ENDIAN 2 /* Intel platforms */ 
     73#undef BIG_ENDIAN 
    7274#define BIG_ENDIAN 3    /* Motorola and Sun among others */ 
    7375