mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-31 13:48:55 -06:00
Update the C bindings to build with the current PGF API
This commit is contained in:
@@ -32,7 +32,7 @@ int main(int argc, char *argv[])
|
||||
GF_Tree *p = result;
|
||||
if (*p) {
|
||||
do {
|
||||
char *str = gf_showTree(*(p++));
|
||||
char *str = gf_showExpr(*(p++));
|
||||
puts(str);
|
||||
free(str);
|
||||
} while (*p);
|
||||
|
||||
Reference in New Issue
Block a user