1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-23 20:21:53 +00:00

more standard work

SCCS-file: tzfile.h
SCCS-SID: 3.6
This commit is contained in:
Arthur David Olson
1988-02-18 16:11:16 -05:00
committed by Paul Eggert
parent 0309457c30
commit d4487f9050

View File

@ -1,6 +1,9 @@
#ifndef lint
#ifndef NOID
#ifndef TZFILE_H
#define TZFILE_H
static char tzfilehid[] = "%W%";
#endif /* !defined TZFILE_H */
#endif /* !defined NOID */
#endif /* !defined lint */
@ -117,16 +120,3 @@ struct tzhead {
*/
#define isleap(y) (((y) % 4) == 0 && ((y) % 100) != 0 || ((y) % 400) == 0)
#ifdef __STDC__
#define P(s) s
#endif /* defined __STDC__ */
#ifdef __TURBOC__
#define P(s) s
#endif /* defined __TURBOC__ */
#ifndef P
#define P(s) ()
#define const
#endif /* !defined P */