fanf        00/11/09 20:53:24

  Modified:    src/include ap_buckets.h
  Log:
  clarify a comment at the suggestion of Cliff Woolley <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.50      +5 -2      apache-2.0/src/include/ap_buckets.h
  
  Index: ap_buckets.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/include/ap_buckets.h,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -u -r1.49 -r1.50
  --- ap_buckets.h      2000/11/07 20:21:18     1.49
  +++ ap_buckets.h      2000/11/10 04:53:24     1.50
  @@ -209,8 +209,11 @@
       apr_pool_t *p;
       /** The buckets in the brigade are on this list. */
       /*
  -     * XXX: the ap_bucket_list tag shouldn't me necessary but
  -     * aparrently without it this fails to compile on Windows.
  +     * XXX: the ap_bucket_list structure doesn't actually need a name tag
  +     * because it has no existence independent of struct ap_bucket_brigade;
  +     * the ring macros are designed so that you can leave the name tag
  +     * argument empty in this situation but apparently the Windows compiler
  +     * doesn't like that.
        */
       AP_RING_HEAD(ap_bucket_list, ap_bucket) list;
   };
  
  
  

Reply via email to