The ta_csi code assumes long = 32bit when parsing
binary files. On x86-64, using gcc, int is 32 bit, but
long is 64bit. Maybe it is good to define TA_Integer32
and TA_Integer64 and use them (instead of long) when
the bit-count of ints matters.
(1201009)