projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a385c4e
)
(retracted by #12485)
Jarkko Hietaniemi [Wed, 17 Oct 2001 16:46:50 +0000 (16:46 +0000)]
Unterminated #ifdef.
p4raw-id: //depot/perl@12476
mg.c
patch
|
blob
|
blame
|
history
diff --git
a/mg.c
b/mg.c
index
7953d76
..
28acb57
100644
(file)
--- a/
mg.c
+++ b/
mg.c
@@
-1968,7
+1968,9
@@
Perl_magic_set(pTHX_ SV *sv, MAGIC *mg)
#ifdef VMS
(SvIV(sv) == EVMSERR) ? 4 : vaxc$errno
#else
- 0);
+ 0
+#endif
+ );
break;
case '<':
PL_uid = SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv);