Change 20648 by [EMAIL PROTECTED] on 2003/08/12 11:56:52

        If we are void we cannot return a value.

Affected files ...

... //depot/perl/mg.c#274 edit

Differences ...

==== //depot/perl/mg.c#274 (text) ====
Index: perl/mg.c
--- perl/mg.c#273~20646~        Tue Aug 12 04:51:25 2003
+++ perl/mg.c   Tue Aug 12 04:56:52 2003
@@ -2540,7 +2540,7 @@
 
     PL_Sv = tSv;                       /* Restore global temporaries. */
     PL_Xpv = tXpv;
-    return 0;
+    return;
 }
 
 
End of Patch.

Reply via email to