From: Andy Dougherty Date: Fri, 9 Apr 1999 16:58:08 +0000 (-0400) Subject: Re: Misspelled macro in ext/POSIX/POSIX.xs? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=75cb7811ab1ee1be5f412611d5f34c9bb1166dc3;p=p5sagit%2Fp5-mst-13.2.git Re: Misspelled macro in ext/POSIX/POSIX.xs? To: dsembr01@ox.slug.louisville.edu Cc: perlbug@perl.com Message-Id: p4raw-id: //depot/cfgperl@3225 --- diff --git a/ext/POSIX/POSIX.xs b/ext/POSIX/POSIX.xs index 59e937e..c83587f 100644 --- a/ext/POSIX/POSIX.xs +++ b/ext/POSIX/POSIX.xs @@ -303,7 +303,7 @@ char *tzname[] = { "" , "" }; */ #ifdef HAS_GNULIBC # ifndef STRUCT_TM_HASZONE -# define STRUCT_TM_HAS_ZONE +# define STRUCT_TM_HASZONE # endif #endif