stas        2004/05/21 12:28:05

  Modified:    xs/maps  apr_structures.map
  Log:
  no need for explicit module names
  
  Revision  Changes    Path
  1.14      +2 -2      modperl-2.0/xs/maps/apr_structures.map
  
  Index: apr_structures.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apr_structures.map,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -u -r1.13 -r1.14
  --- apr_structures.map        21 May 2004 18:37:00 -0000      1.13
  +++ apr_structures.map        21 May 2004 19:28:05 -0000      1.14
  @@ -8,7 +8,7 @@
   
   #buckets
   
  -<apr_bucket_type_t MODULE=APR::BucketType>
  +<apr_bucket_type_t>
   <  name
   -  num_func
   -  destroy
  @@ -18,7 +18,7 @@
   -  copy
   </apr_bucket_type_t>
   
  -<apr_bucket MODULE=APR::Bucket>
  +<apr_bucket>
   >  link
   <  type
   <  length
  
  
  

Reply via email to