summaryrefslogtreecommitdiff
path: root/vms/vms.c
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2001-11-15 11:24:11 -0500
committerAbhijit Menon-Sen <ams@wiw.org>2001-11-15 20:46:22 +0000
commit794501039f82344685f618163b157d3365dd963f (patch)
tree751fa7e9aeefd2736f39362ba4e32d709f0d74ac /vms/vms.c
parentad4c42df6bd5c3e95a77b950de1458bce8939ec3 (diff)
downloadperl-794501039f82344685f618163b157d3365dd963f.tar.gz
VMSCMD missing
Message-Id: <20011115162411.M31399@blackrider> p4raw-id: //depot/perl@13025
Diffstat (limited to 'vms/vms.c')
-rw-r--r--vms/vms.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/vms/vms.c b/vms/vms.c
index 28dfa70ce7..a82625d91a 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