mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 23:02:50 -06:00
a major refactoring in the robust parser: bottom-up filtering and garbage collection for the chart
This commit is contained in:
@@ -52,12 +52,8 @@ gu_map_find(GuMap* ht, const void* key);
|
||||
const void*
|
||||
gu_map_find_key(GuMap* ht, const void* key);
|
||||
|
||||
static inline bool
|
||||
gu_map_has(GuMap* ht, const void* key)
|
||||
{
|
||||
return gu_map_find_key(ht, key) != NULL;
|
||||
}
|
||||
|
||||
bool
|
||||
gu_map_has(GuMap* ht, const void* key);
|
||||
|
||||
void*
|
||||
gu_map_insert(GuMap* ht, const void* key);
|
||||
|
||||
Reference in New Issue
Block a user