From a10feabf253dd0774b8bcee2cca86bb5f945542f Mon Sep 17 00:00:00 2001 From: Gary Williams Date: Thu, 12 Oct 2000 21:02:58 +0000 Subject: [PATCH] slight change to macro --- libraries/liblber/lber-int.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.5