diff options
author | Brian Fraser <fraserbn@gmail.com> | 2013-09-11 16:51:01 -0300 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2013-09-23 21:20:59 -0300 |
commit | dd134d2c87088199291548ead0eb89d8d6f7fe60 (patch) | |
tree | a9ecb9b1b98fd971e7ca790402cb6981af0f7508 /perl.h | |
parent | 753df24f7e884fc8dc838c40fea1c2c38a5c1408 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |