mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 08:42:50 -06:00
explicitly classify all functions in libpgf as either internal or API functions
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
#include "reasoner.h"
|
||||
#include "hopu.h"
|
||||
|
||||
void pgf_pattern_unify(PgfReasoner* rs, PgfClosure* c1, PgfClosure* c2)
|
||||
PGF_INTERNAL void
|
||||
pgf_pattern_unify(PgfReasoner* rs, PgfClosure* c1, PgfClosure* c2)
|
||||
{
|
||||
c1 = rs->eval_gates->enter(rs, c1);
|
||||
c2 = rs->eval_gates->enter(rs, c2);
|
||||
|
||||
Reference in New Issue
Block a user