summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorDan Sugalski <dan@sidhe.org>2001-05-02 07:37:27 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-02 15:35:37 +0000
commit123c289d00a6c3bdb0784fcc628adb474eb0d7a5 (patch)
treedd0eebd71482f83187b55d14fa0340d6ffdc2cf6 /perl.h
parent03b483f4775797bb16b4220a286ecd05da0f663e (diff)
downloadperl-123c289d00a6c3bdb0784fcc628adb474eb0d7a5.tar.gz
Multiplicity and thread fixes for VMS
Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48> p4raw-id: //depot/perl@9960
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 8d9263d90a..9e49913d17 100644
--- a/perl.h
+++ b/perl.h
@@ -2357,7 +2357,7 @@ 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)
+# if !defined(WIN32) && !defined(VMS)
char *crypt (const char*, const char*);
# endif /* !WIN32 */
# endif /* !NeXT && !__NeXT__ */