Change 27487 by [EMAIL PROTECTED] on 2006/03/13 17:35:59

        Forgot the ending \. Why did it still compile ?

Affected files ...

... //depot/perl/ext/List/Util/multicall.h#4 edit

Differences ...

==== //depot/perl/ext/List/Util/multicall.h#4 (text) ====
Index: perl/ext/List/Util/multicall.h
--- perl/ext/List/Util/multicall.h#3~27486~     2006-03-13 09:34:09.000000000 
-0800
+++ perl/ext/List/Util/multicall.h      2006-03-13 09:35:59.000000000 -0800
@@ -160,7 +160,7 @@
        POPSTACK;                                                       \
        CATCH_SET(multicall_oldcatch);                                  \
        LEAVE;                                                          \
-       SPAGAIN;
+       SPAGAIN;                                                        \
     } STMT_END
 
 #endif
End of Patch.

Reply via email to