Mercurial > hg > xemacs-beta
diff src/lisp.h @ 490:38fb9ae12edd
[xemacs-hg @ 2001-04-30 09:12:03 by martinb]
a better string hash function
author | martinb |
---|---|
date | Mon, 30 Apr 2001 09:12:04 +0000 |
parents | 0784d089fdc9 |
children | 7039e6323819 |
line wrap: on
line diff
--- a/src/lisp.h Mon Apr 30 08:49:26 2001 +0000 +++ b/src/lisp.h Mon Apr 30 09:12:04 2001 +0000 @@ -2876,7 +2876,7 @@ Error_behavior, int, Lisp_Object); /* Defined in symbols.c */ -int hash_string (const Bufbyte *, Bytecount); +unsigned int hash_string (const Bufbyte *, Bytecount); Lisp_Object intern (const char *); Lisp_Object oblookup (Lisp_Object, const Bufbyte *, Bytecount); void map_obarray (Lisp_Object, int (*) (Lisp_Object, void *), void *);