diff options
Diffstat (limited to 'time/private.h')
-rw-r--r-- | time/private.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/time/private.h b/time/private.h index 6ab33c0d31..de7039539d 100644 --- a/time/private.h +++ b/time/private.h @@ -16,7 +16,7 @@ #ifndef lint #ifndef NOID -static char privatehid[] = "@(#)private.h 7.39"; +static char privatehid[] = "@(#)private.h 7.40"; #endif /* !defined NOID */ #endif /* !defined lint */ @@ -202,6 +202,14 @@ extern int unlink P((const char * filename)); #endif /* !defined INITIALIZE */ /* +** For the benefit of GNU folk... +*/ + +#ifndef _ +#define _(x) x +#endif /* !defined _ */ + +/* ** UNIX was a registered trademark of UNIX System Laboratories in 1993. */ |