You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Cliff Woolley <jw...@virginia.edu> on 2001/06/18 23:13:11 UTC

missing APU_DECLARE_DATA?

Is there a reason that the APU_DECLARE_DATA is missing on this line, or is
it just an oversight?  It's there in the header file.

--Cliff


Index: apr_buckets_simple.c
===================================================================
RCS file: /home/cvs/apr-util/buckets/apr_buckets_simple.c,v
retrieving revision 1.28
diff -u -d -r1.28 apr_buckets_simple.c
--- apr_buckets_simple.c        2001/06/13 19:16:15     1.28
+++ apr_buckets_simple.c        2001/06/18 21:10:50
@@ -155,7 +155,7 @@
     return apr_bucket_transient_make(b, buf, length);
 }

-const apr_bucket_type_t apr_bucket_type_immortal = {
+APU_DECLARE_DATA const apr_bucket_type_t apr_bucket_type_immortal = {
     "IMMORTAL", 5,
     apr_bucket_destroy_noop,
     simple_read,

--------------------------------------------------------------
   Cliff Woolley
   cliffwoolley@yahoo.com
   Charlottesville, VA