mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-09-20 23:24:56 +00:00
minor reworking
SCCS-file: tzfile.5 SCCS-SID: 1.4
This commit is contained in:
committed by
Paul Eggert
parent
d1d3e1bf71
commit
d6727c611d
@@ -17,18 +17,15 @@ structure described in the include file
|
||||
.sp
|
||||
.nf
|
||||
.in +.5i
|
||||
.ta .5i +\w'struct dsinfo 'u
|
||||
struct dsinfo {
|
||||
long ds_gmtoff;
|
||||
char ds_abbr[TZ_ABBR_LEN+1];
|
||||
char ds_isdst;
|
||||
};
|
||||
|
||||
struct tzinfo {
|
||||
int tz_timecnt;
|
||||
long tz_times[TZ_MAX_TIMES];
|
||||
char tz_types[TZ_MAX_TIMES];
|
||||
struct dsinfo tz_dsinfo[TZ_MAX_TYPES];
|
||||
struct dsinfo {
|
||||
long ds_gmtoff;
|
||||
char ds_abbr[TZ_ABBR_LEN+1];
|
||||
char ds_isdst;
|
||||
} tz_dsinfo[TZ_MAX_TYPES];
|
||||
};
|
||||
.fi
|
||||
.PP
|
||||
|
||||
Reference in New Issue
Block a user