diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-09-30 05:25:06 +0300 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-02 02:48:48 +0000 |
commit | d866897654588261ed8733ce10685e509cc36fb5 (patch) | |
tree | 416e6c0371bbcd3c3cd9aba2fcb91edb01a31b9f /handy.h | |
parent | fc1e34ef4d3f6d72c8e17c636176f2e44b1aa9d5 (diff) | |
download | perl-d866897654588261ed8733ce10685e509cc36fb5.tar.gz |
minor Configure tweaks (via private mail)
Message-Id: <199809292325.CAA19737@alpha.hut.fi>
Subject: [PATCH] 5.005_52: the drizzle continues
p4raw-id: //depot/perl@1910
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ Andy Dougherty April 1998 */ -#ifdef I_INTTYPES +#if defined(UINT8_MAX) && defined(INT16_MAX) && defined(INT32_MAX) typedef int8_t I8; typedef uint8_t U8; |