Fix missing LBER_V declaration

This commit is contained in:
Howard Chu 2004-03-17 05:06:30 +00:00
parent 650837742a
commit 54c7e8ac08

View File

@ -152,7 +152,7 @@ typedef struct lber_memory_fns {
#define LBER_OPT_SOCKBUF_DEBUG 0x1002 #define LBER_OPT_SOCKBUF_DEBUG 0x1002
/* on/off values */ /* on/off values */
extern char ber_pvt_opt_on; LBER_V( char ) ber_pvt_opt_on;
#define LBER_OPT_ON ((void *) &ber_pvt_opt_on) #define LBER_OPT_ON ((void *) &ber_pvt_opt_on)
#define LBER_OPT_OFF ((void *) 0) #define LBER_OPT_OFF ((void *) 0)