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 */

View File

@ -25,7 +25,7 @@
*/
#include "console.h"
#include "_con.h"
#include <moo-utl.h>
#include <string.h>
@ -276,7 +276,7 @@ static void unload (moo_t* moo, moo_mod_t* mod)
/* TODO: close all open handle?? */
}
int moo_mod_console (moo_t* moo, moo_mod_t* mod)
int moo_mod_con (moo_t* moo, moo_mod_t* mod)
{
mod->import = import;
mod->query = query;