fix to allow build tcc by build-tcc.bat

move call to print_defines() from tcc.c to the libtcc.c
    define a print_defines() as a ST_FUNC
This commit is contained in:
seyko
2015-03-19 08:07:35 +03:00
parent aa812e8745
commit e2650608cd
4 changed files with 4 additions and 4 deletions

View File

@ -1155,7 +1155,7 @@ ST_FUNC void free_defines(Sym *b)
define_stack = b;
}
void print_defines(void)
ST_FUNC void print_defines(void)
{
Sym *top, *s;
int v;