When checking for suitable types for scm_t_int8, etc, try int8_t
authorMarius Vollmer <mvo@zagadka.de>
Wed, 7 Jul 2004 15:08:21 +0000 (15:08 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Wed, 7 Jul 2004 15:08:21 +0000 (15:08 +0000)
commit6aa84fddd0323a385bcb13becebca7df8183d70a
treec4f4771ab6ceb55680650ecf47d229f182294701
parent39852ceae5fc5f0d18994a5a84329e3bdbc0d6a3
When checking for suitable types for scm_t_int8, etc, try int8_t
first, so that we pick them up when they are defined.  Also,
substitute limit macros like INT8_MIN into the configure header for
all these types.
configure.in