summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-08-12 16:59:00 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-08-12 16:59:00 +0000
commit94766cefc40cff45de527043bd3fc680a816bbc4 (patch)
tree1265cc9a2cd3c06c3547a5170ece6147fd15b7b5 /perl.h
parent323d5d2ee6dfc760732e8e26c249c0dd6d3fbd97 (diff)
downloadperl-94766cefc40cff45de527043bd3fc680a816bbc4.tar.gz
Typos in #11645.
p4raw-id: //depot/perl@11646
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl.h b/perl.h
index d224709712..8a61139c95 100644
--- a/perl.h
+++ b/perl.h
@@ -439,8 +439,8 @@ register struct op *Perl_op asm(stringify(OP_IN_REGISTER));
#endif
/* Use the reentrant APIs like localtime_r and getpwent_r */
-#if defined(USE_THREADS) && defined(USE_ITHREADS) && !defined(USE_REENTRANT)
-# define USE_REENTRANT
+#if defined(USE_THREADS) && defined(USE_ITHREADS) && !defined(USE_REENTRANT_API)
+# define USE_REENTRANT_API
#endif
/* Tru64/Digital UNIX/DEC OSF/1 and Win32 have naturally