Fix builds on 64-bit platforms (x86_64, alpha, etc.).
commit8e1746ffb7b3ce748056826f20d94cebe464fc98
authorLudovic Courtès <ludo@gnu.org>
Mon, 20 Apr 2009 20:53:38 +0000 (20 22:53 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 20 Apr 2009 20:53:38 +0000 (20 22:53 +0200)
tree1098bff2ef7001087a80fa1b7556a870c5571824
parent42c5474ffec0d14801a7ba3299b38e2d8592f139
Fix builds on 64-bit platforms (x86_64, alpha, etc.).

* src/bytevector.c (INT32_T_signed, INT32_T_unsigned, is_signed_int32,
  is_unsigned_int32): New macros.
  (GENERIC_INTEGER_ACCESSOR_PROLOGUE): Turn `c_len', `c_index', and
  `c_size' into `unsigned long's.
NEWS
src/bytevector.c