changeset 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 345b7d75cab4
children 7924b28c57a4
files src/ChangeLog src/eldap.c
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Aug 01 08:28:38 2002 +0000
+++ b/src/ChangeLog	Thu Aug 01 08:33:11 2002 +0000
@@ -1,3 +1,8 @@
+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"
+
 2002-08-01  Mike Sperber <mike@xemacs.org>
 
 	* event-stream.c:
--- a/src/eldap.c	Thu Aug 01 08:28:38 2002 +0000
+++ b/src/eldap.c	Thu Aug 01 08:33:11 2002 +0000
@@ -151,6 +151,7 @@
 
 #ifdef USE_KKCC
 DEFINE_LRECORD_IMPLEMENTATION ("ldap", ldap,
+			       0, /*dumpable-flag*/
                                mark_ldap, print_ldap, finalize_ldap,
                                NULL, NULL, ldap_description, Lisp_LDAP);
 #else /* not USE_KKCC */