projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ff1ebec
)
Forgot the ending \. Why did it still compile ?
Rafael Garcia-Suarez [Mon, 13 Mar 2006 17:35:59 +0000 (17:35 +0000)]
p4raw-id: //depot/perl@27487
ext/List/Util/multicall.h
patch
|
blob
|
blame
|
history
diff --git
a/ext/List/Util/multicall.h
b/ext/List/Util/multicall.h
index
fe49512
..
a27e9c7
100644
(file)
--- a/
ext/List/Util/multicall.h
+++ b/
ext/List/Util/multicall.h
@@
-160,7
+160,7
@@
multicall_pad_push(pTHX_ AV *padlist, int depth)
POPSTACK; \
CATCH_SET(multicall_oldcatch); \
LEAVE; \
- SPAGAIN;
+ SPAGAIN; \
} STMT_END
#endif