forked from GitHub/gf-core
a major refactoring in the C runtime. GuList is now removed and replaced with GuSeq. The GuSeq/GuBuf API is simplified
This commit is contained in:
@@ -504,5 +504,4 @@ GuHasher gu_string_hasher[1] = {
|
||||
|
||||
|
||||
GU_DEFINE_TYPE(GuString, GuOpaque, _);
|
||||
GU_DEFINE_TYPE(GuStrings, GuSeq, gu_type(GuString));
|
||||
GU_DEFINE_KIND(GuStringMap, GuMap);
|
||||
|
||||
Reference in New Issue
Block a user