summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJohn E. Malmberg <wb8tyw@qsl.net>2005-12-13 17:18:56 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-02-03 14:06:40 +0000
commit083639a9a1e6ddf46741c03c887e509293dde4c0 (patch)
tree48aad742341b036d81b9c520c485f48523a84257 /perl.h
parent44d211041aaa1e1b93ed2c7ae6ca80132bb688b9 (diff)
downloadperl-083639a9a1e6ddf46741c03c887e509293dde4c0.tar.gz
Help to compile on VMS with UNLINK_ALL_VERSIONS
See : Subject: bug@26347 embed.fnc/embed.h with unlnk macro From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <439F8F20.4050207@qsl.net> p4raw-id: //depot/perl@27063
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 37ba21022e..cf5e0bfcdd 100644
--- a/perl.h
+++ b/perl.h
@@ -3657,7 +3657,7 @@ char *getlogin (void);
/* Also rename() is affected by this */
#ifdef UNLINK_ALL_VERSIONS /* Currently only makes sense for VMS */
#define UNLINK unlnk
-I32 unlnk (const char*);
+I32 unlnk (pTHX_ const char*);
#else
#define UNLINK PerlLIO_unlink
#endif