a quick hack to enable the NERC from bindings. This should be made available from the API but for now I just hacked the C runtime

This commit is contained in:
kr.angelov
2014-04-10 07:27:07 +00:00
parent 4b34c51e4c
commit 66d60ce9d1

View File

@@ -1243,6 +1243,8 @@ pgf_read_concrete(PgfReader* rdr, PgfAbstr* abstr, bool with_content)
}
gu_return_on_exn(rdr->err, NULL);
pgf_parser_add_literal(concr, "Symb", &pgf_nerc_literal_callback);
return concr;
}