enhanced error message printing

This commit is contained in:
hyunghwan.chung
2017-12-17 06:38:08 +00:00
parent 5132238bfd
commit cf88ac40ec
5 changed files with 28 additions and 48 deletions

View File

@ -307,9 +307,9 @@ struct moo_ioarg_t
int pos, len, state;
} b;
unsigned long int line;
unsigned long int colm;
moo_ooci_t nl;
moo_oow_t line;
moo_oow_t colm;
moo_ooci_t nl;
moo_iolxc_t lxc;
/*-----------------------------------------------------------------*/