joes 2004/07/13 12:28:35
Modified: glue/perl/xsbuilder apreq_xs_tables.h
Log:
Oops, nonexistent macro. Compiles again, but iterator tests are failing for
me now.
Revision Changes Path
1.20 +1 -1 httpd-apreq-2/glue/perl/xsbuilder/apreq_xs_tables.h
Index: apreq_xs_tables.h
===================================================================
RCS file: /home/cvs/httpd-apreq-2/glue/perl/xsbuilder/apreq_xs_tables.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- apreq_xs_tables.h 13 Jul 2004 19:15:29 -0000 1.19
+++ apreq_xs_tables.h 13 Jul 2004 19:28:35 -0000 1.20
@@ -145,7 +145,7 @@
if (obj == NULL) \
Perl_croak(aTHX_ "$table->" #method ": cannot find object"); \
env = apreq_xs_sv2env(obj); \
- t = apreq_xs_##attr##_sv2table(obj); \
+ t = (apr_table_t *)SvIVX(obj); \
key = SvPV(ST(1), klen); \
\
if (SvROK(ST(2))) { \