mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-21 01:06:14 -06:00
we no longer maintain an explicit list of functions per category since now it is implicitly kept in the JIT compiled code
This commit is contained in:
@@ -10,7 +10,7 @@ void
|
||||
pgf_jit_done(PgfJitState* state, PgfAbstr* abstr);
|
||||
|
||||
void
|
||||
pgf_jit_predicate(PgfJitState* state,
|
||||
PgfCIdMap* abscats, PgfAbsCat* abscat);
|
||||
pgf_jit_predicate(PgfJitState* state, PgfCIdMap* abscats,
|
||||
PgfAbsCat* abscat, GuBuf* functions);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user