summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>1999-04-09 12:58:08 -0400
committerJarkko Hietaniemi <jhi@iki.fi>1999-04-10 22:27:28 +0000
commit75cb7811ab1ee1be5f412611d5f34c9bb1166dc3 (patch)
tree3073c00afa524c571d76019ef272e27bf922699a /ext
parent6d3b1ec5da0caeccfaf3d7c3d5d9837fd5f25cc3 (diff)
downloadperl-75cb7811ab1ee1be5f412611d5f34c9bb1166dc3.tar.gz
Re: Misspelled macro in ext/POSIX/POSIX.xs?
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
Diffstat (limited to 'ext')
-rw-r--r--ext/POSIX/POSIX.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/POSIX.xs b/ext/POSIX/POSIX.xs
index 59e937ecf4..c83587f5ef 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