From: Jim Meyering Date: Fri, 23 Nov 2001 08:12:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec83219b47336a077a6d210d8801548c6d8d590d;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index ea535cd293..835eae935b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2001-11-23 Jim Meyering + + * hash.h (struct hash_table): Don't define here. Merely declare it. + * hash.c (struct hash_table): Define it here instead. + 2001-11-22 Jim Meyering * hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.