summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-09-30 05:25:06 +0300
committerGurusamy Sarathy <gsar@cpan.org>1998-10-02 02:48:48 +0000
commitd866897654588261ed8733ce10685e509cc36fb5 (patch)
tree416e6c0371bbcd3c3cd9aba2fcb91edb01a31b9f /handy.h
parentfc1e34ef4d3f6d72c8e17c636176f2e44b1aa9d5 (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index 8e79023589..90791f980e 100644
--- a/handy.h
+++ b/handy.h
@@ -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;