From: Perl 5 Porters Date: Sun, 24 Mar 1996 11:49:04 +0000 (+0000) Subject: Add initialization macro for OS/2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9be963dd7d6cf65876fad5b241f1fa56c69a27f8;p=p5sagit%2Fp5-mst-13.2.git Add initialization macro for OS/2 --- diff --git a/vms/writemain.pl b/vms/writemain.pl index cd4c534..eb059f8 100644 --- a/vms/writemain.pl +++ b/vms/writemain.pl @@ -36,6 +36,7 @@ print OUT <<'EOH'; static void xs_init() { + dXSUB_SYS; EOH if (@ARGV) { diff --git a/writemain.SH b/writemain.SH index e53af7d..4884a38 100644 --- a/writemain.SH +++ b/writemain.SH @@ -69,6 +69,7 @@ cat << 'EOP' static void xs_init() { + dXSUB_SYS; EOP if test X"$args" != "X" ; then