renamed moo_mod_console to moo_mod_con

This commit is contained in:
hyunghwan.chung
2017-12-14 02:04:52 +00:00
parent 62009f7266
commit 5ea15c24bd
2 changed files with 3 additions and 3 deletions

View File

@ -7913,7 +7913,7 @@ static int compile_pragma_definition (moo_t* moo)
}
#if 0
/* TODO: pragma push
/* TODO: pragma push */
if (is_token_word(moo, VOCA_PUSH))
{
/* #pragma push() - saves the pragma flags and keep the existing flags */