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:
committed by
Paul Eggert
parent
0309457c30
commit
d4487f9050
16
tzfile.h
16
tzfile.h
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user