From: Michael G. Schwern Date: Thu, 15 Nov 2001 16:24:11 +0000 (-0500) Subject: VMSCMD missing X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=794501039f82344685f618163b157d3365dd963f;p=p5sagit%2Fp5-mst-13.2.git VMSCMD missing Message-Id: <20011115162411.M31399@blackrider> p4raw-id: //depot/perl@13025 --- diff --git a/vms/vms.c b/vms/vms.c index 28dfa70..a82625d 100644 --- a/vms/vms.c +++ b/vms/vms.c @@ -127,6 +127,9 @@ static bool will_taint = FALSE; /* tainting active, but no PL_curinterp yet */ /* munching */ static int no_translate_barewords; +/* Temp for subprocess commands */ +static struct dsc$descriptor_s VMSCMD = {0,DSC$K_DTYPE_T,DSC$K_CLASS_S,Nullch}; + #ifndef RTL_USES_UTC static int tz_updated = 1; #endif