projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bf10993
)
Add initialization macro for OS/2
Perl 5 Porters [Sun, 24 Mar 1996 11:49:04 +0000 (11:49 +0000)]
vms/writemain.pl
patch
|
blob
|
blame
|
history
writemain.SH
patch
|
blob
|
blame
|
history
diff --git
a/vms/writemain.pl
b/vms/writemain.pl
index
cd4c534
..
eb059f8
100644
(file)
--- 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
(file)
--- 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