diff options
author | dennisg <dennisg@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-01-03 02:55:03 +0000 |
---|---|---|
committer | dennisg <dennisg@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-01-03 02:55:03 +0000 |
commit | 8708f04518bf76edc3c4cc96122e664bfa8b5fe1 (patch) | |
tree | 81f7f13bb63255de31bb82ed8ecd414df6790c09 /gcc/objc | |
parent | 9d9e6909d1dc11d997ca61e1f573ae60ba3ce050 (diff) | |
download | gcc-8708f04518bf76edc3c4cc96122e664bfa8b5fe1.tar.gz |
modified to handle new initialization scheme.
fixed code structure.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/hash.c | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gcc/objc/hash.c b/gcc/objc/hash.c index 0fdbf62c353..6cc7b9a3cf1 100644 --- a/gcc/objc/hash.c +++ b/gcc/objc/hash.c @@ -16,10 +16,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * - $Header: /usr/user/dennis_glatting/ObjC/c-runtime/lib/RCS/hash.c,v 0.9 1991/12/03 02:01:23 dennisg Exp dennisg $ + $Header: /usr/user/dennis_glatting/ObjC/c-runtime/lib/RCS/hash.c,v 0.10 1991/12/10 12:05:28 dennisg Exp dennisg $ $Author: dennisg $ - $Date: 1991/12/03 02:01:23 $ + $Date: 1991/12/10 12:05:28 $ $Log: hash.c,v $ + * Revision 0.10 1991/12/10 12:05:28 dennisg + * Cleaned up file format for a distribution. + * * Revision 0.9 1991/12/03 02:01:23 dennisg * fixed assert macro. * added memory allocation adjustment macro for hash size allocation. @@ -67,8 +70,10 @@ #include <ObjC-private.h> #include <assert.h> -#include <libc.h> #include <math.h> +#include <stdio.h> +#include <stdlib.h> + /* These two macros determine when a hash table is full and |