comparison src/eldap.h @ 424:11054d720c21 r21-2-20

Import from CVS: tag r21-2-20
author cvs
date Mon, 13 Aug 2007 11:26:11 +0200
parents e804706bfb8c
children
comparison
equal deleted inserted replaced
423:28d9c139be4c 424:11054d720c21
42 42
43 DECLARE_LRECORD (ldap, struct Lisp_LDAP); 43 DECLARE_LRECORD (ldap, struct Lisp_LDAP);
44 #define XLDAP(x) XRECORD (x, ldap, struct Lisp_LDAP) 44 #define XLDAP(x) XRECORD (x, ldap, struct Lisp_LDAP)
45 #define XSETLDAP(x, p) XSETRECORD (x, p, ldap) 45 #define XSETLDAP(x, p) XSETRECORD (x, p, ldap)
46 #define LDAPP(x) RECORDP (x, ldap) 46 #define LDAPP(x) RECORDP (x, ldap)
47 #define GC_LDAPP(x) GC_RECORDP (x, ldap)
48 #define CHECK_LDAP(x) CHECK_RECORD (x, ldap) 47 #define CHECK_LDAP(x) CHECK_RECORD (x, ldap)
49 #define CONCHECK_LDAP(x) CONCHECK_RECORD (x, ldap) 48 #define CONCHECK_LDAP(x) CONCHECK_RECORD (x, ldap)
50 49
51 #define CHECK_LIVE_LDAP(ldap) do { \ 50 #define CHECK_LIVE_LDAP(ldap) do { \
52 CHECK_LDAP (ldap); \ 51 CHECK_LDAP (ldap); \