summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-10-29 23:36:19 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-10-29 23:36:19 +0000
commita22e52b96b9903703a79e4a00983091457f7aff2 (patch)
tree982e667e6b0fd021174900989689148d2a0a8035 /handy.h
parent8175356b4402d90d1aa6427725992225d7ec9fd1 (diff)
downloadperl-a22e52b96b9903703a79e4a00983091457f7aff2.tar.gz
Continue what #4494 started; introduce uid and gid formats.
p4raw-id: //depot/cfgperl@4495
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/handy.h b/handy.h
index cd94988535..19f589f6c5 100644
--- a/handy.h
+++ b/handy.h
@@ -108,13 +108,14 @@ typedef I16TYPE I16;
typedef U16TYPE U16;
typedef I32TYPE I32;
typedef U32TYPE U32;
-typedef I32TYPE I32;
-typedef U32TYPE U32;
#ifdef Quad_t
typedef I64TYPE I64;
typedef U64TYPE U64;
#endif
+/* Mention I8SIZE, U8SIZE, I16SIZE, U16SIZE, I32SIZE, U32SIZE,
+ I64SIZE, and U64SIZE here so that metaconfig pulls them in. */
+
#if defined(UINT8_MAX) && defined(INT16_MAX) && defined(INT32_MAX)
/* I8_MAX and I8_MIN constants are not defined, as I8 is an ambiguous type.