Mercurial > hg > xemacs-beta
diff modules/ldap/eldap.c @ 5120:d1247f3cc363 ben-lisp-object
latest work on lisp-object workspace;
more changes eliminating LCRECORD in place of LISP_OBJECT;
now compiles and runs.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 28 Dec 2009 01:15:52 -0600 |
parents | d877c14318b3 |
children | b5df3737028a |
line wrap: on
line diff
--- a/modules/ldap/eldap.c Sat Dec 26 21:22:48 2009 -0600 +++ b/modules/ldap/eldap.c Mon Dec 28 01:15:52 2009 -0600 @@ -876,7 +876,7 @@ unload_eldap (void) { /* Remove defined types */ - UNDEF_LRECORD_IMPLEMENTATION (ldap); + UNDEF_LISP_OBJECT (ldap); /* Remove staticpro'ing of symbols */ unstaticpro_nodump (&Qeldap);