summaryrefslogtreecommitdiff
path: root/vms/vms.c
diff options
context:
space:
mode:
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