1
0
forked from GitHub/gf-core

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 d19e6d9d07
commit d9f4c1598c

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;
}