diff options
Diffstat (limited to 'time/zdump.c')
-rw-r--r-- | time/zdump.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/time/zdump.c b/time/zdump.c index 8aa7de069b..5169c20299 100644 --- a/time/zdump.c +++ b/time/zdump.c @@ -1,6 +1,6 @@ #ifndef lint #ifndef NOID -static char elsieid[] = "@(#)zdump.c 7.20"; +static char elsieid[] = "@(#)zdump.c 7.22"; #endif /* !defined NOID */ #endif /* !defined lint */ @@ -88,6 +88,14 @@ static char elsieid[] = "@(#)zdump.c 7.20"; #endif /* !defined GNUC_or_lint */ #endif /* !defined INITIALIZE */ +/* +** For the benefit of GNU folk... +*/ + +#ifndef _ +#define _(x) x +#endif /* !defined _ */ + extern char ** environ; extern int getopt(); extern char * optarg; |