Mailing List Archive

cvs commit: apache-2.0/src/include ap_buckets.h
ake 00/09/08 15:47:10

Modified: src/include ap_buckets.h
Log:
get AP_RING macro changes building on Windows. However it's still GPF'ing.
Looks like maybe a problem with macro expansion.

Revision Changes Path
1.22 +1 -1 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.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ap_buckets.h 2000/09/08 10:16:05 1.21
+++ ap_buckets.h 2000/09/08 22:47:10 1.22
@@ -204,7 +204,7 @@
*/
apr_pool_t *p;
/** The buckets in the brigade are on this list. */
- AP_RING_HEAD(, ap_bucket) list;
+ AP_RING_HEAD(head, ap_bucket) list;
};

/**