pike.git
/
src
/
hashtable.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/hashtable.c:1:
/*\ ||| This file a part of Pike, and is copyright by Fredrik Hubinette ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h" #include "hashtable.h" #include "stralloc.h"
-
#include "config.h"
+
#include "stuff.h" #include "error.h" static unsigned INT32 gobble(struct pike_string *s) { unsigned INT32 i; i=my_hash_string(s); i+=i >> 3; i+=i >> 7; i+=i >> 12;