added ties to build script

This commit is contained in:
Mikael Vejdemo-Johansson 2015-04-08 13:44:14 +02:00
parent 7fdc687bd4
commit 9a1812bd49
2 changed files with 3 additions and 2 deletions

View file

@ -318,7 +318,7 @@ int main(int argc, char **argv)
HAllocator *mm__ = &system_allocator;
HCFGrammar *g = h_cfgrammar_(mm__, h_desugar_augmented(mm__, cfExample()));
HCFGrammar *g = h_cfgrammar_(mm__, h_desugar_augmented(mm__, finkmaoTW()));
if (g == NULL) {
fprintf(stderr, "h_cfgrammar failed\n");
return 1;