mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 15:22:50 -06:00
libpgf: fix in string.h
This commit is contained in:
@@ -119,7 +119,7 @@ typedef GuSeq GuStrings;
|
|||||||
typedef GuMap GuStringMap;
|
typedef GuMap GuStringMap;
|
||||||
|
|
||||||
#define gu_new_string_map(VAL_T, DEFAULT, POOL) \
|
#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
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user