mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 05:49:31 -06:00
the C runtime now supports the same customizations for GraphViz as the Haskell runtime
This commit is contained in:
@@ -382,6 +382,7 @@ Java_org_grammaticalframework_pgf_PGF_graphvizAbstractTree(JNIEnv* env, jobject
|
||||
|
||||
pgf_graphviz_abstract_tree(get_ref(env,self),
|
||||
gu_variant_from_ptr(l2p(get_ref(env,jexpr))),
|
||||
pgf_default_graphviz_options,
|
||||
out, err);
|
||||
|
||||
jstring jstr = gu2j_string_buf(env, sbuf);
|
||||
@@ -1228,6 +1229,7 @@ Java_org_grammaticalframework_pgf_Concr_graphvizParseTree(JNIEnv* env, jobject s
|
||||
|
||||
pgf_graphviz_parse_tree(get_ref(env,self),
|
||||
gu_variant_from_ptr(l2p(get_ref(env,jexpr))),
|
||||
pgf_default_graphviz_options,
|
||||
out, err);
|
||||
|
||||
jstring jstr = gu2j_string_buf(env, sbuf);
|
||||
|
||||
Reference in New Issue
Block a user