/[gcl]/gcl/o/hash.d
ViewVC logotype

Diff of /gcl/o/hash.d

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by camm, Tue Jul 30 21:28:06 2002 UTC revision 1.6 by camm, Tue Jul 30 22:27:52 2002 UTC
# Line 19  Foundation, 675 Mass Ave, Cambridge, MA Line 19  Foundation, 675 Mass Ave, Cambridge, MA
19  */  */
20    
21  #define NEED_MP_H  #define NEED_MP_H
22    #include <string.h>
23  #include "include.h"  #include "include.h"
24    
25    
# Line 184  object x; Line 185  object x;
185  int depth;  int depth;
186  {  {
187    
188          return make_fixnum(ihash_equal(x,depth));          return make_fixnum(ihash_equal(x,length));
189    
190  }  }
191    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26