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

index fe49512..a27e9c7 100644 (file)
@@ -160,7 +160,7 @@ multicall_pad_push(pTHX_ AV *padlist, int depth)
        POPSTACK;                                                       \
        CATCH_SET(multicall_oldcatch);                                  \
        LEAVE;                                                          \
-       SPAGAIN;
+       SPAGAIN;                                                        \
     } STMT_END
 
 #endif