hash function for abstract syntax trees

This commit is contained in:
kr.angelov
2013-07-02 19:12:53 +00:00
parent c0a0859566
commit 2948231e0f
4 changed files with 93 additions and 7 deletions

View File

@@ -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];