X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetdate.y;h=1deec5160de23f166e0e569778e8824cc4e56d4a;hb=95454b6b2dbb9f57bf5623a0fd8d40fb2433c4d7;hp=1ed914f31c57723aa03c22b106b006ed9e25522b;hpb=81e61b220d430779361b384b360b58a711cfd046;p=gnulib.git diff --git a/lib/getdate.y b/lib/getdate.y index 1ed914f31..1deec5160 100644 --- a/lib/getdate.y +++ b/lib/getdate.y @@ -1321,7 +1321,7 @@ get_date (struct timespec *result, char const *p, struct timespec const *now) #else #if HAVE_TZNAME { -# ifndef tzname +# if !HAVE_DECL_TZNAME extern char *tzname[]; # endif int i;