Deleted Added
full compact
5c5
< Copyright (C) 1989-1998 Free Software Foundation, Inc.
---
> Copyright (C) 1989-1998, 2000 Free Software Foundation, Inc.
34a35
> int ignore_length;
37c38
< Hash_Table (List_Node **t, int s);
---
> Hash_Table (List_Node **t, int s, int ignore_len);
39c40
< List_Node *operator () (List_Node *item, int ignore_length);
---
> List_Node *insert (List_Node *item);