diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-07 09:33:50 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-07 09:33:50 +0000 |
commit | 5014db98d2c6d95f1afa45bfa9fe6b1ddb1a9dc2 (patch) | |
tree | 2fb1f5af2de558e496a4f54bca78c3b12853f354 /perl.h | |
parent | 014822e4c0d7b7cfffc319235fe7ea64ec87ecae (diff) | |
download | perl-5014db98d2c6d95f1afa45bfa9fe6b1ddb1a9dc2.tar.gz |
typos in change#4660
p4raw-link: @4660 on //depot/perl: 014822e4c0d7b7cfffc319235fe7ea64ec87ecae
p4raw-id: //depot/perl@4661
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1986,9 +1986,9 @@ END_EXTERN_C # if defined(NeXT) || defined(__NeXT__) /* or whatever catches all NeXTs */ char *crypt (); /* Maybe more hosts will need the unprototyped version */ # else -# if !defined(WIN32) || !defined(HAVE_DES_FCRYPT) +# if !defined(WIN32) char *crypt (const char*, const char*); -# endif /* !WIN32 && !HAVE_CRYPT_SOURCE */ +# endif /* !WIN32 */ # endif /* !NeXT && !__NeXT__ */ # ifndef DONT_DECLARE_STD # ifndef getenv |