1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-22 10:41:18 +00:00

difftime work

SCCS-file: private.h
SCCS-SID: 7.55
This commit is contained in:
Arthur David Olson
2004-10-21 10:29:28 -04:00
committed by Paul Eggert
parent e0ba4abff7
commit baf93985c0

View File

@ -21,7 +21,7 @@
#ifndef lint
#ifndef NOID
static char privatehid[] = "%W%";
static char privatehid[] = "@(#)private.h 7.55";
#endif /* !defined NOID */
#endif /* !defined lint */
@ -238,6 +238,10 @@ char * scheck P((const char *string, const char *format));
#define TYPE_SIGNED(type) (((type) -1) < 0)
#endif /* !defined TYPE_SIGNED */
#ifndef TYPE_INTEGRAL
#define TYPE_INTEGRAL(type) (((type) 0.4) == 0)
#endif /* !defined TYPE_INTEGRAL */
#ifndef INT_STRLEN_MAXIMUM
/*
** 302 / 1000 is log10(2.0) rounded up.