mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 16:52:50 -06:00
fixes in the C and Python API to make them closer to the Haskell API
This commit is contained in:
@@ -220,7 +220,7 @@ static PgfLinFuncs pgf_bracket_lin_funcs = {
|
||||
.end_phrase = pgf_bracket_lzn_end_phrase
|
||||
};
|
||||
|
||||
void
|
||||
static void
|
||||
pgf_graphviz_parse_level(GuBuf* level, GuWriter* wtr, GuExn* err)
|
||||
{
|
||||
gu_puts("\n subgraph {rank=same;\n", wtr, err);
|
||||
|
||||
Reference in New Issue
Block a user