summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/string.h
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-07-02 19:12:53 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-07-02 19:12:53 +0000
commit2948231e0f3dfaab58e68c74d13c36b84c70ff2a (patch)
tree586d51a18e346097d990e2b3fd6b77aa89deea21 /src/runtime/c/gu/string.h
parentc0a0859566dedd0f73b20285ea1d38aa15728c6b (diff)
hash function for abstract syntax trees
Diffstat (limited to 'src/runtime/c/gu/string.h')
-rw-r--r--src/runtime/c/gu/string.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/c/gu/string.h b/src/runtime/c/gu/string.h
index 37cb56ac2..a8376d335 100644
--- a/src/runtime/c/gu/string.h
+++ b/src/runtime/c/gu/string.h
@@ -78,8 +78,8 @@ gu_string_is_prefix(GuString s1, GuString s2);
#if defined(GU_HASH_H_) && !defined(GU_STRING_H_HASH_)
#define GU_STRING_H_HASH_
-uintptr_t
-gu_string_hash(GuString s);
+GuHash
+gu_string_hash(GuHash h, GuString s);
extern GuHasher gu_string_hasher[1];