Author: stevehay
Date: Mon Nov 4 08:42:50 2013
New Revision: 1538527
URL: http://svn.apache.org/r1538527
Log:
Revision 1538005 (which is what the previous revision should have cited too!)
did this in modperl_util.c but missed this file.
Modified:
perl/modperl/branches/httpd24threading/xs/ModPerl/Interpreter/ModPerl__Interpreter.h
Modified:
perl/modperl/branches/httpd24threading/xs/ModPerl/Interpreter/ModPerl__Interpreter.h
URL:
http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/xs/ModPerl/Interpreter/ModPerl__Interpreter.h?rev=1538527&r1=1538526&r2=1538527&view=diff
==============================================================================
---
perl/modperl/branches/httpd24threading/xs/ModPerl/Interpreter/ModPerl__Interpreter.h
(original)
+++
perl/modperl/branches/httpd24threading/xs/ModPerl/Interpreter/ModPerl__Interpreter.h
Mon Nov 4 08:42:50 2013
@@ -17,7 +17,7 @@
static MP_INLINE
modperl_interp_t *mpxs_ModPerl__Interpreter_current(pTHX_ SV *class)
{
- return MP_THX_INTERP_GET(aTHX);
+ return modperl_thx_interp_get(aTHX);
}
/*