Author: torsten Date: Sun May 2 18:53:12 2010 New Revision: 940303 URL: http://svn.apache.org/viewvc?rev=940303&view=rev Log: silence a warning (useless storage class specifier in empty declaration)
Modified: perl/modperl/branches/threading/src/modules/perl/modperl_types.h Modified: perl/modperl/branches/threading/src/modules/perl/modperl_types.h URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/src/modules/perl/modperl_types.h?rev=940303&r1=940302&r2=940303&view=diff ============================================================================== --- perl/modperl/branches/threading/src/modules/perl/modperl_types.h (original) +++ perl/modperl/branches/threading/src/modules/perl/modperl_types.h Sun May 2 18:53:12 2010 @@ -82,7 +82,7 @@ typedef struct { modperl_list_t *listp); } modperl_tipool_vtbl_t; -typedef struct modperl_tipool_config_t { +struct modperl_tipool_config_t { int start; /* number of items to create at startup */ int min_spare; /* minimum number of spare items */ int max_spare; /* maximum number of spare items */