added ansi proto

tcc-xref
bellard 2002-01-05 21:13:17 +00:00
parent cc10b240cb
commit bbd541d760
1 changed files with 1 additions and 1 deletions

2
tcc.c
View File

@ -1068,7 +1068,7 @@ void skip_spaces(void)
/* skip block of text until #else, #elif or #endif. skip also pairs of
#if/#endif */
void preprocess_skip()
void preprocess_skip(void)
{
int a;
a = 0;