From: "Robin Barker" <Robin.Barker@npl.co.uk>
authorRobin Barker <RMBarker@cpan.org>
Wed, 22 Aug 2007 18:22:59 +0000 (19:22 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 28 Aug 2007 08:56:29 +0000 (08:56 +0000)
Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D18B@exchsvr1.npl.ad.local>

p4raw-id: //depot/perl@31757

pp_ctl.c

index 08965bf..3d0c1d1 100644 (file)
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -3068,7 +3068,9 @@ PP(pp_require)
     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;