From: Jim Meyering Date: Mon, 25 Nov 2002 15:31:05 +0000 (+0000) Subject: Really sync with libc, not with my locally-modified copy. X-Git-Tag: cvs-readonly~5143 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=41d8937a607b3ff4d47d6bb4a7f33e6898b8d6c1;p=gnulib.git Really sync with libc, not with my locally-modified copy. Thanks, Karl! --- diff --git a/lib/mktime.c b/lib/mktime.c index 22217900d..f4c2c67d2 100644 --- a/lib/mktime.c +++ b/lib/mktime.c @@ -29,9 +29,6 @@ #ifdef _LIBC # define HAVE_LIMITS_H 1 # define STDC_HEADERS 1 -# define STATIC /* empty */ -#else -# define STATIC static #endif /* Assume that leap seconds are possible, unless told otherwise.