mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 03:09:33 -06:00
remove the pgf2yaml tool which was both broken and redundant. The declarations for generic programming from data.c are removed as well
This commit is contained in:
@@ -1093,7 +1093,7 @@ pgf_parsing_meta_predict(GuMapItor* fn, const void* key, void* value, GuExn* err
|
||||
{
|
||||
(void) (err);
|
||||
|
||||
PgfCat* abscat = (PgfCat*) key;
|
||||
PgfAbsCat* abscat = (PgfAbsCat*) key;
|
||||
prob_t meta_prob = *((prob_t*) value);
|
||||
PgfMetaPredictFn* clo = (PgfMetaPredictFn*) fn;
|
||||
PgfParseState* before = clo->before;
|
||||
|
||||
Reference in New Issue
Block a user