Mercurial > hg > xemacs-beta
comparison src/eldap.c @ 944:d7603d225813
[xemacs-hg @ 2002-08-01 08:32:57 by michaels]
2002-07-31 David Bush <David.Bush@intel.com>
* eldap.c: Add the dumpable-flag to the USE_KKCC version of
DEFINE_LRECORD_IMPLEMENTATION for "ldap"
author | michaels |
---|---|
date | Thu, 01 Aug 2002 08:33:11 +0000 |
parents | c925bacdda60 |
children | 4700aface1ab |
comparison
equal
deleted
inserted
replaced
943:345b7d75cab4 | 944:d7603d225813 |
---|---|
149 ldap->ld = NULL; | 149 ldap->ld = NULL; |
150 } | 150 } |
151 | 151 |
152 #ifdef USE_KKCC | 152 #ifdef USE_KKCC |
153 DEFINE_LRECORD_IMPLEMENTATION ("ldap", ldap, | 153 DEFINE_LRECORD_IMPLEMENTATION ("ldap", ldap, |
154 0, /*dumpable-flag*/ | |
154 mark_ldap, print_ldap, finalize_ldap, | 155 mark_ldap, print_ldap, finalize_ldap, |
155 NULL, NULL, ldap_description, Lisp_LDAP); | 156 NULL, NULL, ldap_description, Lisp_LDAP); |
156 #else /* not USE_KKCC */ | 157 #else /* not USE_KKCC */ |
157 DEFINE_LRECORD_IMPLEMENTATION ("ldap", ldap, | 158 DEFINE_LRECORD_IMPLEMENTATION ("ldap", ldap, |
158 mark_ldap, print_ldap, finalize_ldap, | 159 mark_ldap, print_ldap, finalize_ldap, |