diff options
author | John E. Malmberg <wb8tyw@qsl.net> | 2005-12-13 17:18:56 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-02-03 14:06:40 +0000 |
commit | 083639a9a1e6ddf46741c03c887e509293dde4c0 (patch) | |
tree | 48aad742341b036d81b9c520c485f48523a84257 /perl.h | |
parent | 44d211041aaa1e1b93ed2c7ae6ca80132bb688b9 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |