diff --git a/src/runtime/c/pgf/graphviz.c b/src/runtime/c/pgf/graphviz.c index 1003c4e8e..e17d658b4 100644 --- a/src/runtime/c/pgf/graphviz.c +++ b/src/runtime/c/pgf/graphviz.c @@ -214,7 +214,9 @@ static PgfLinFuncs pgf_bracket_lin_funcs = { .symbol_token = pgf_bracket_lzn_symbol_token, .expr_literal = pgf_bracket_lzn_expr_literal, .begin_phrase = pgf_bracket_lzn_begin_phrase, - .end_phrase = pgf_bracket_lzn_end_phrase + .end_phrase = pgf_bracket_lzn_end_phrase, + .symbol_ne = NULL, + .symbol_bind = NULL }; static void