Change 31757 by [EMAIL PROTECTED] on 2007/08/28 08:56:29
Subject: [PATCH pp_ctl.c]
From: "Robin Barker" <[EMAIL PROTECTED]>
Date: Wed, 22 Aug 2007 18:22:59 +0100
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pp_ctl.c#622 edit
Differences ...
==== //depot/perl/pp_ctl.c#622 (text) ====
Index: perl/pp_ctl.c
--- perl/pp_ctl.c#621~31746~ 2007-08-22 04:08:01.000000000 -0700
+++ perl/pp_ctl.c 2007-08-28 01:56:29.000000000 -0700
@@ -3068,7 +3068,9 @@
STRLEN len;
char * unixname;
STRLEN unixlen;
+#ifdef VMS
int vms_unixname = 0;
+#endif
const char *tryname = NULL;
SV *namesv = NULL;
const I32 gimme = GIMME_V;
End of Patch.