comparison modules/ldap/eldap.c @ 3029:986cd22006a9

[xemacs-hg @ 2005-10-26 13:01:37 by stephent] Warning elimination and documentation improvements. <878xwgh1u7.fsf@tleepslib.sk.tsukuba.ac.jp> <87d5lsh1xa.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Wed, 26 Oct 2005 13:01:45 +0000
parents b7f26b2f78bd
children 3a87551bfeb5 3742ea8250b5
comparison
equal deleted inserted replaced
3028:4c9fa8e2237b 3029:986cd22006a9
617 struct berval *bervals; 617 struct berval *bervals;
618 int rc; 618 int rc;
619 int i, j; 619 int i, j;
620 Elemcount len; 620 Elemcount len;
621 621
622 Lisp_Object current = Qnil;
623 Lisp_Object values = Qnil; 622 Lisp_Object values = Qnil;
624 struct gcpro gcpro1; 623 struct gcpro gcpro1;
625 624
626 GCPRO1 (values); 625 GCPRO1 (values);
627 626
718 int i, j, rc; 717 int i, j, rc;
719 Lisp_Object mod_op; 718 Lisp_Object mod_op;
720 Elemcount len; 719 Elemcount len;
721 720
722 Lisp_Object values = Qnil; 721 Lisp_Object values = Qnil;
723 struct gcpro gcpro1, gcpro2; 722 struct gcpro gcpro1;
724 723
725 /* Do all the parameter checking */ 724 /* Do all the parameter checking */
726 CHECK_LIVE_LDAP (ldap); 725 CHECK_LIVE_LDAP (ldap);
727 ld = XLDAP (ldap)->ld; 726 ld = XLDAP (ldap)->ld;
728 727