# New Ticket Created by  Steve Peters 
# Please include the string:  [perl #41171]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41171 >


The Solaris C compiler really dislikes it when returning a value from
a void function.  The patch below fixes it.

Steve Peters
[EMAIL PROTECTED]

--- t/src/compiler.t.old        Wed Jan  3 14:19:23 2007
+++ t/src/compiler.t    Wed Jan  3 14:19:58 2007
@@ -221,7 +221,6 @@
     interp->resume_offset = dest -interp->code->base.data;
     /* and go */
     Parrot_runcode(interp, argc, argv);
-    return NULL;
 }

 static opcode_t *

Reply via email to