in the course of adding break

This commit is contained in:
2016-10-12 09:54:07 +00:00
parent 5c92919c6a
commit 4dd470e47f
4 changed files with 144 additions and 22 deletions

View File

@ -595,7 +595,9 @@ static char* syntax_error_msg[] =
"too many arguments defined",
"too many variables defined",
"variable declaration disallowed",
"duplicate variable name"
"duplicate variable name",
"break outside loop"
};
static void print_synerr (hcl_t* hcl)