p4raw-id: //depot/perl@21915
call_method
call_pv
call_sv
+ dAX
DEFSV
+ dITEMS
dMY_CXT
dMY_CXT_SV
dNOOP
use strict;
use vars qw( $VERSION @ISA @EXPORT @EXPORT_OK $data );
-$VERSION = "2.010";
+$VERSION = "2.011";
@ISA = qw(Exporter DynaLoader);
@EXPORT = qw();
# define aTHX_
#endif
+#ifndef dAX
+# define dAX I32 ax = MARK - PL_stack_base + 1
+#endif
+#ifndef dITEMS
+# define dITEMS I32 items = SP - MARK
+#endif
+
/* IV could also be a quad (say, a long long), but Perls
* capable of those should have IVSIZE already. */
#if !defined(IVSIZE) && defined(LONGSIZE)