summaryrefslogtreecommitdiff
path: root/ext/List
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-03-13 17:35:59 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-03-13 17:35:59 +0000
commitae0d9e91921718c695e551df9f5755561ee9964d (patch)
tree358ba9bda388a63f9a223af3ab603cb5c7301f70 /ext/List
parentff1ebec3ae3704c211ef9a2572ce3adb50911b5b (diff)
downloadperl-ae0d9e91921718c695e551df9f5755561ee9964d.tar.gz
Forgot the ending \. Why did it still compile ?
p4raw-id: //depot/perl@27487
Diffstat (limited to 'ext/List')
-rw-r--r--ext/List/Util/multicall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/List/Util/multicall.h b/ext/List/Util/multicall.h
index fe49512696..a27e9c7748 100644
--- 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