substitued syserr for errno wrongly used in err.c

This commit is contained in:
hyunghwan.chung
2018-01-28 12:35:12 +00:00
parent f3ee24447f
commit 1bae32bf30
4 changed files with 62 additions and 5 deletions

View File

@ -465,7 +465,7 @@ struct moo_initv_t
enum moo_pragma_flag_t
{
MOO_PRAGMA_QC = (1 << 0),
MOO_PRAGMA_QC = (1 << 0)
};
struct moo_compiler_t