changed hcl_seterrxxx() functions not to set the errnum field again for failures in internal operations, especially in hcl_convxxx()

This commit is contained in:
2018-04-06 14:59:44 +00:00
parent c8fd7b1c60
commit d5942d9096
4 changed files with 13 additions and 7 deletions

View File

@ -85,6 +85,7 @@ static char* synerrstr[] =
{
"no error",
"illegal character",
"illegal token",
"comment not closed",
"string/character not closed",
"invalid hashed literal",