Marcus Holland-Moritz <[EMAIL PROTECTED]> writes:
>
>How about also fixing the source of the problem?

Already suggested that to p5p. But that isn't going to help the folk
with ActivePerl or RedHat or SuSE or ...

>
>--- XSUB.h.orig Wed Dec 10 20:39:37 2003
>+++ XSUB.h      Wed Dec 10 20:43:26 2003
>@@ -193,7 +193,8 @@
>
> #define XSRETURN(off)                                  \
>     STMT_START {                                       \
>-       PL_stack_sp = PL_stack_base + ax + ((off) - 1); \
>+       IV tMpOfF = off;                                \
>+       PL_stack_sp = PL_stack_base + ax + (tMpOfF - 1);\
>        return;                                         \
>     } STMT_END
>
>
>-- Marcus

Reply via email to