Various Updates

This commit is contained in:
Daniel Holden
2013-10-16 13:53:00 +01:00
parent 4550e070b9
commit bb8f889951
4 changed files with 155 additions and 173 deletions

View File

@@ -87,7 +87,7 @@ void test_language_file(void) {
Value = mpc_new("value");
Maths = mpc_new("maths");
mpca_lang_file("./tests/maths.grammar", Expr, Prod, Value, Maths);
mpca_lang_filename("./tests/maths.grammar", Expr, Prod, Value, Maths);
mpc_cleanup(4, Expr, Prod, Value, Maths);