1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-21 22:04:29 +00:00

correct conditionalization

SCCS-file: date.c
SCCS-SID: 2.14
This commit is contained in:
Arthur David Olson
1989-03-10 08:06:35 -05:00
committed by Paul Eggert
parent ca3c748ef8
commit a085ad5580

4
date.c
View File

@ -204,6 +204,9 @@ char * argv[];
register char * username;
register int ch;
time_t t;
#ifdef DST_NONE
static struct timeval tv; /* static so tv_usec is 0 */
#endif /* defined DST_NONE */
#ifdef N_OPTION
#ifdef TSP_SETDATE
register int nflag = 0;
@ -217,7 +220,6 @@ char * argv[];
#endif /* defined T_OPTION */
#ifdef D_OR_T_OPTION
struct timezone tz;
static struct timeval tv; /* static so tv_usec is 0 */
#endif /* defined D_OR_T_OPTION */
#ifdef A_OPTION
register int aflag = 0;