1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-24 05:35:28 +00:00

disclaimer added

SCCS-file: tzfile.h
SCCS-SID: 4.8
This commit is contained in:
Arthur David Olson
1989-03-22 18:16:57 -05:00
committed by Paul Eggert
parent 7a82061e83
commit be26c554ae

View File

@ -1,9 +1,22 @@
#ifndef TZFILE_H
#define TZFILE_H
/*
** This header is for use ONLY with the time conversion code.
** There is no guarantee that it will remain unchanged,
** or that it will remain at all.
** Do NOT copy it to any system include directory.
** Thank you!
*/
/*
** ID
*/
#ifndef lint
#ifndef NOID
#ifndef TZFILE_H
#define TZFILE_H
static char tzfilehid[] = "%W%";
#endif /* !defined TZFILE_H */
#endif /* !defined NOID */
#endif /* !defined lint */
@ -151,3 +164,5 @@ struct tzhead {
#define MONS_PER_YEAR MONSPERYEAR
#endif /* !defined USG */
#endif /* !defined TZFILE_H */