Deleted Added
full compact
19c19
< static char tzfilehid[] = "@(#)tzfile.h 7.4";
---
> /*static char tzfilehid[] = "@(#)tzfile.h 7.6";*/
44c44,45
< char tzh_reserved[24]; /* reserved for future use */
---
> char tzh_reserved[20]; /* reserved for future use */
> char tzh_ttisgmtcnt[4]; /* coded number of trans. time flags */
69a71,75
> ** tzh_ttisgmtcnt (char)s indexed by type; if TRUE, transition
> ** time is GMT, if FALSE,
> ** transition time is local time
> ** if absent, transition times are
> ** assumed to be local time
92c98,102
< #define TZ_MAX_TYPES 10 /* Maximum number of local time types */
---
> /*
> ** Must be at least 14 for Europe/Riga as of Jan 12 1995,
> ** as noted by Earl Chew <earl@hpato.aus.hp.com>.
> */
> #define TZ_MAX_TYPES 20 /* Maximum number of local time types */