summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2003-04-02 11:28:02 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2003-04-02 11:28:02 +0000
commit6ab58e4d47c419dca1df070f2fa15786b3285750 (patch)
treeb602734647a020320da0cb27c4bb18a81ca41062 /pp.c
parent2f5fd56d73958e741b13952d5fa0f1e63b678d5b (diff)
downloadperl-6ab58e4d47c419dca1df070f2fa15786b3285750.tar.gz
#19122 should have been tested on non-glibc system (like AIX)
p4raw-id: //depot/perl@19132
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp.c b/pp.c
index 524ed243fa..79855994b0 100644
--- a/pp.c
+++ b/pp.c
@@ -3432,8 +3432,8 @@ PP(pp_crypt)
/* work around glibc-2.2.5 bug */
PL_reentrant_buffer->_crypt_struct_buffer->current_saltbits = 0;
}
- }
#endif
+ }
# endif /* HAS_CRYPT_R */
# endif /* USE_ITHREADS */
# ifdef FCRYPT