mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
libpgf: fix in string.h
This commit is contained in:
@@ -119,7 +119,7 @@ typedef GuSeq GuStrings;
|
||||
typedef GuMap GuStringMap;
|
||||
|
||||
#define gu_new_string_map(VAL_T, DEFAULT, POOL) \
|
||||
gu_new_map(GuString, gu_string_hasher, (VAL_T), (DEFAULT), (POOL))
|
||||
gu_new_map(GuString, gu_string_hasher, VAL_T, (DEFAULT), (POOL))
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user