From: Gary Williams Date: Thu, 12 Oct 2000 21:02:58 +0000 (+0000) Subject: slight change to macro X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1767 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a10feabf253dd0774b8bcee2cca86bb5f945542f;p=openldap slight change to macro --- diff --git a/libraries/liblber/lber-int.h b/libraries/liblber/lber-int.h index b5a0ee5125..50cfe472be 100644 --- a/libraries/liblber/lber-int.h +++ b/libraries/liblber/lber-int.h @@ -33,7 +33,10 @@ struct lber_options { long lbo_meminuse; }; -#define LDAP_LOG ber_pvt_log_output +#ifdef LDAP_LOG +#undef LDAP_LOG +#endif +#define LDAP_LOG(a) ber_pvt_log_output a #define LBER_UNINITIALIZED 0x0 #define LBER_INITIALIZED 0x1