From: Rafael Garcia-Suarez Date: Mon, 13 Mar 2006 17:35:59 +0000 (+0000) Subject: Forgot the ending \. Why did it still compile ? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ae0d9e91921718c695e551df9f5755561ee9964d;p=p5sagit%2Fp5-mst-13.2.git Forgot the ending \. Why did it still compile ? p4raw-id: //depot/perl@27487 --- diff --git a/ext/List/Util/multicall.h b/ext/List/Util/multicall.h index fe49512..a27e9c7 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