Add initialization macro for OS/2
Perl 5 Porters [Sun, 24 Mar 1996 11:49:04 +0000 (11:49 +0000)]
vms/writemain.pl
writemain.SH

index cd4c534..eb059f8 100644 (file)
@@ -36,6 +36,7 @@ print OUT <<'EOH';
 static void
 xs_init()
 {
+    dXSUB_SYS;
 EOH
 
 if (@ARGV) {
index e53af7d..4884a38 100644 (file)
@@ -69,6 +69,7 @@ cat << 'EOP'
 static void
 xs_init()
 {
+  dXSUB_SYS;
 EOP
 
 if test X"$args" != "X" ; then