stas 2003/11/06 12:14:07
Modified: xs/tables/current/ModPerl FunctionTable.pm
Log:
add the missed inline attribute
Revision Changes Path
1.129 +3 -0 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm
Index: FunctionTable.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -u -r1.128 -r1.129
--- FunctionTable.pm 6 Nov 2003 20:04:03 -0000 1.128
+++ FunctionTable.pm 6 Nov 2003 20:14:07 -0000 1.129
@@ -5769,6 +5769,9 @@
{
'return_type' => 'SSize_t',
'name' => 'modperl_request_read',
+ 'attr' => [
+ '__inline__'
+ ],
'args' => [
{
'type' => 'PerlInterpreter *',