mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-22 03:45:23 +00:00
difftime work
SCCS-file: private.h SCCS-SID: 7.55
This commit is contained in:
committed by
Paul Eggert
parent
e0ba4abff7
commit
baf93985c0
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user