ianh 02/03/15 22:19:55
Modified: include apr_compat.h Log: revert change now people are going to get alot of failures when upgrading from current beta.. oh well Revision Changes Path 1.13 +0 -2 apr/include/apr_compat.h Index: apr_compat.h =================================================================== RCS file: /home/cvs/apr/include/apr_compat.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- apr_compat.h 15 Mar 2002 00:33:59 -0000 1.12 +++ apr_compat.h 16 Mar 2002 06:19:55 -0000 1.13 @@ -62,8 +62,6 @@ #define ap_destroy_pool apr_pool_destroy /** @deprecated @see apr_time_exp_t */ #define ap_exploded_time_t apr_time_exp_t -/** @deprecated @see apr_time_exp_t */ -#define apr_exploded_time_t apr_time_exp_t /** @deprecated @see apr_fnmatch */ #define ap_fnmatch apr_fnmatch /** @deprecated @see apr_getopt */
