This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
VMSCMD missing
[perl5.git]
/
vms
/
vms.c
diff --git
a/vms/vms.c
b/vms/vms.c
index
28dfa70
..
a82625d
100644
(file)
--- 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;
/* 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
#ifndef RTL_USES_UTC
static int tz_updated = 1;
#endif