diff options
Diffstat (limited to 'vms/vms.c')
-rw-r--r-- | vms/vms.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |