summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2013-09-11 16:51:01 -0300
committerBrian Fraser <fraserbn@gmail.com>2013-09-23 21:20:59 -0300
commitdd134d2c87088199291548ead0eb89d8d6f7fe60 (patch)
treea9ecb9b1b98fd971e7ca790402cb6981af0f7508 /perl.h
parent753df24f7e884fc8dc838c40fea1c2c38a5c1408 (diff)
downloadperl-dd134d2c87088199291548ead0eb89d8d6f7fe60.tar.gz
perl.h: Comment was mistakenly passed to the preprocessor
This was a typo introduced in 27da23d5
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 11a7bfb82e..163178c0bf 100644
--- a/perl.h
+++ b/perl.h
@@ -90,7 +90,7 @@
# define USE_HEAP_INSTEAD_OF_STACK
#endif
-#/* Use the reentrant APIs like localtime_r and getpwent_r */
+/* Use the reentrant APIs like localtime_r and getpwent_r */
/* Win32 has naturally threadsafe libraries, no need to use any _r variants. */
#if defined(USE_ITHREADS) && !defined(USE_REENTRANT_API) && !defined(NETWARE) && !defined(WIN32) && !defined(PERL_DARWIN)
# define USE_REENTRANT_API