orlikowski 01/06/08 23:43:44 Modified: include apr_time.h Log: Revert this change, as it breaks the build. Revision Changes Path 1.38 +2 -2 apr/include/apr_time.h Index: apr_time.h =================================================================== RCS file: /home/cvs/apr/include/apr_time.h,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- apr_time.h 2001/06/09 04:19:54 1.37 +++ apr_time.h 2001/06/09 06:43:44 1.38 @@ -67,8 +67,8 @@ * @package APR Time library */ -APR_DECLARE_DATA extern const char apr_month_snames[12][4]; -APR_DECLARE_DATA extern char apr_day_snames[7][4]; +extern APR_DECLARE_DATA const char apr_month_snames[12][4]; +extern APR_DECLARE_DATA char apr_day_snames[7][4]; /* number of microseconds since 00:00:00 january 1, 1970 UTC */