Re: Misspelled macro in ext/POSIX/POSIX.xs?
Andy Dougherty [Fri, 9 Apr 1999 16:58:08 +0000 (12:58 -0400)]
To: dsembr01@ox.slug.louisville.edu
Cc: perlbug@perl.com
Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>

p4raw-id: //depot/cfgperl@3225

ext/POSIX/POSIX.xs

index 59e937e..c83587f 100644 (file)
@@ -303,7 +303,7 @@ char *tzname[] = { "" , "" };
  */
 #ifdef HAS_GNULIBC
 # ifndef STRUCT_TM_HASZONE
-#    define STRUCT_TM_HAS_ZONE
+#    define STRUCT_TM_HASZONE
 # endif
 #endif