diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-24 10:31:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-24 10:31:56 +0000 |
commit | 2b79b6d54362c8b9833488b1c88f1259d8c16a55 (patch) | |
tree | a3a74170c6c88d8f5c022d1d8ae5dd13f87e9909 /timezone/private.h | |
parent | 3d42e04d74bea7bb2965a81c8d9799a8c8b9f21b (diff) | |
download | glibc-2b79b6d54362c8b9833488b1c88f1259d8c16a55.zip glibc-2b79b6d54362c8b9833488b1c88f1259d8c16a55.tar.gz glibc-2b79b6d54362c8b9833488b1c88f1259d8c16a55.tar.bz2 |
Update.
1998-09-24 10:29 Ulrich Drepper <drepper@cygnus.com>
* timezone/private.h: Update from tzcode1998g.
* timezone/africa: Update from tzdata1998h.
* timezone/asia: Likewise.
* timezone/australasia: Likewise.
* timezone/europe: Likewise.
* timezone/northamerica: Likewise.
* timezone/southamerica: Likewise.
* timezone/zone.tab: Likewise.
Diffstat (limited to 'timezone/private.h')
-rw-r--r-- | timezone/private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/timezone/private.h b/timezone/private.h index f36541c..f2c0558 100644 --- a/timezone/private.h +++ b/timezone/private.h @@ -21,7 +21,7 @@ #ifndef lint #ifndef NOID -static char privatehid[] = "@(#)private.h 7.47"; +static char privatehid[] = "@(#)private.h 7.48"; #endif /* !defined NOID */ #endif /* !defined lint */ @@ -217,7 +217,7 @@ char * scheck P((const char *string, const char *format)); ** add one more for a minus sign if the type is signed. */ #define INT_STRLEN_MAXIMUM(type) \ - ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 100 + 1 + TYPE_SIGNED(type)) + ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + 1 + TYPE_SIGNED(type)) #endif /* !defined INT_STRLEN_MAXIMUM */ /* |