added more namespace handling code

This commit is contained in:
hyunghwan.chung
2015-07-13 15:35:52 +00:00
parent f97eb3d72b
commit 23d1bcf86c
3 changed files with 220 additions and 149 deletions

View File

@ -215,8 +215,7 @@ static char* syntax_error_msg[] =
"too large block",
"wrong primitive number",
"#include error",
"wrong namespace name",
"duplicate namespace name"
"wrong namespace name"
};
stix_uch_t str_stix[] = { 'S', 't', 'i', 'x' };