Change 13025 by ams@lustre on 2001/11/15 20:46:22
Subject: [PATCH vms/vms.c] VMSCMD missing
From: Michael G Schwern <[EMAIL PROTECTED]>
Date: Thu, 15 Nov 2001 16:24:11 -0500
Message-Id: <20011115162411.M31399@blackrider>
Affected files ...
.... //depot/perl/vms/vms.c#89 edit
Differences ...
==== //depot/perl/vms/vms.c#89 (text) ====
Index: perl/vms/vms.c
--- perl/vms/vms.c.~1~ Thu Nov 15 14:00:05 2001
+++ perl/vms/vms.c Thu Nov 15 14:00:05 2001
@@ -127,6 +127,9 @@
/* 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
End of Patch.