Author: stevehay Date: Fri May 29 07:49:47 2015 New Revision: 1682384 URL: http://svn.apache.org/r1682384 Log: Follow-up to r1682369 to restore the build on Windows
Modified: perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm perl/modperl/trunk/xs/tables/current24/ModPerl/FunctionTable.pm Modified: perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm URL: http://svn.apache.org/viewvc/perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm?rev=1682384&r1=1682383&r2=1682384&view=diff ============================================================================== --- perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm (original) +++ perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm Fri May 29 07:49:47 2015 @@ -675,24 +675,6 @@ $ModPerl::FunctionTable = [ }, { 'return_type' => 'const char *', - 'name' => 'modperl_cmd_interp_scope', - 'args' => [ - { - 'type' => 'cmd_parms *', - 'name' => 'parms' - }, - { - 'type' => 'void *', - 'name' => 'mconfig' - }, - { - 'type' => 'const char *', - 'name' => 'arg' - } - ] - }, - { - 'return_type' => 'const char *', 'name' => 'modperl_cmd_interp_start', 'args' => [ { @@ -3246,16 +3228,6 @@ $ModPerl::FunctionTable = [ } ] }, - { - 'return_type' => 'const char *', - 'name' => 'modperl_interp_scope_desc', - 'args' => [ - { - 'type' => 'modperl_interp_scope_e', - 'name' => 'scope' - } - ] - }, { 'return_type' => 'modperl_interp_t *', 'name' => 'modperl_interp_select', Modified: perl/modperl/trunk/xs/tables/current24/ModPerl/FunctionTable.pm URL: http://svn.apache.org/viewvc/perl/modperl/trunk/xs/tables/current24/ModPerl/FunctionTable.pm?rev=1682384&r1=1682383&r2=1682384&view=diff ============================================================================== --- perl/modperl/trunk/xs/tables/current24/ModPerl/FunctionTable.pm (original) +++ perl/modperl/trunk/xs/tables/current24/ModPerl/FunctionTable.pm Fri May 29 07:49:47 2015 @@ -718,24 +718,6 @@ $ModPerl::FunctionTable = [ }, { 'return_type' => 'const char *', - 'name' => 'modperl_cmd_interp_scope', - 'args' => [ - { - 'type' => 'cmd_parms *', - 'name' => 'parms' - }, - { - 'type' => 'void *', - 'name' => 'mconfig' - }, - { - 'type' => 'const char *', - 'name' => 'arg' - } - ] - }, - { - 'return_type' => 'const char *', 'name' => 'modperl_cmd_interp_start', 'args' => [ { @@ -3297,16 +3279,6 @@ $ModPerl::FunctionTable = [ } ] }, - { - 'return_type' => 'const char *', - 'name' => 'modperl_interp_scope_desc', - 'args' => [ - { - 'type' => 'modperl_interp_scope_e', - 'name' => 'scope' - } - ] - }, { 'return_type' => 'modperl_interp_t *', 'name' => 'modperl_interp_select',