1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-05-09 08:15:57 +00:00

SAUDI fix

SCCS-file: tzfile.h
SCCS-SID: 2.8
This commit is contained in:
Arthur David Olson
1987-02-07 13:24:48 -05:00
committed by Paul Eggert
parent 60d4b378a3
commit 00935e4e76

View File

@@ -54,7 +54,7 @@ struct tzhead {
#ifndef TZ_MAX_TYPES
#ifdef SAUDI
#define TZ_MAX_TYPES 370 /* A bit more than a year's worth */
#define TZ_MAX_TYPES 256 /* Limited by what (unsigned char)'s can hold */
#else /* !SAUDI */
#define TZ_MAX_TYPES 10 /* Maximum number of local time types */
#endif /* !SAUDI */