Dan the Encode Maintainer wrote:

!-    ST(0) = &PL_sv_no;
!+    /* ST(0) = &PL_sv_no; */
!+    ST(0) = &PL_sv_yes;
!      XSRETURN(1);
!  }
!
!Even if it works, I do not consider this to be a radical cure.  But a
!cure nonetheless....
!
!BTW, what is the most concise way to check the architecture FROM XS?

FWIW:

#ifdef VMS
#endif

should do the trick (although in subsequent discussion it looks like
Nick nixed the idea of changing Encode.xs).

Peter Prymmer


Reply via email to