projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6d4d770
)
Add a missing #endif forgotten by #4035.
Jarkko Hietaniemi [Sun, 29 Aug 1999 10:34:58 +0000 (10:34 +0000)]
p4raw-id: //depot/cfgperl@4040
doop.c
patch
|
blob
|
blame
|
history
diff --git
a/doop.c
b/doop.c
index
3e40d92
..
1b7d02d
100644
(file)
--- a/
doop.c
+++ b/
doop.c
@@
-895,6
+895,7
@@
Perl_do_vecset(pTHX_ SV *sv)
s[offset+6] = (lval >> 8) & 0xff;
s[offset+7] = lval & 0xff;
}
+#endif
}
SvSETMAGIC(targ);
}