Really sync with libc, not with my locally-modified copy.
authorJim Meyering <jim@meyering.net>
Mon, 25 Nov 2002 15:31:05 +0000 (15:31 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 25 Nov 2002 15:31:05 +0000 (15:31 +0000)
Thanks, Karl!

lib/mktime.c

index 2221790..f4c2c67 100644 (file)
@@ -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.