gstein 01/02/24 03:56:02
Modified: include apr_compat.h Log: compat tweak Revision Changes Path 1.7 +1 -1 apr/include/apr_compat.h Index: apr_compat.h =================================================================== RCS file: /home/cvs/apr/include/apr_compat.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -u -r1.6 -r1.7 --- apr_compat.h 2001/02/19 02:06:59 1.6 +++ apr_compat.h 2001/02/24 11:56:01 1.7 @@ -3,7 +3,7 @@ /* redefine 1.3.x symbols to those that now live in libapr */ -#define ap_inline apr_inline +#define ap_inline APR_INLINE #define ap_md5_ctx_t apr_md5_ctx_t #define ap_MD5Encode apr_md5_encode
