added ansi proto
This commit is contained in:
parent
cc10b240cb
commit
bbd541d760
1 changed files with 1 additions and 1 deletions
2
tcc.c
2
tcc.c
|
@ -1068,7 +1068,7 @@ void skip_spaces(void)
|
||||||
|
|
||||||
/* skip block of text until #else, #elif or #endif. skip also pairs of
|
/* skip block of text until #else, #elif or #endif. skip also pairs of
|
||||||
#if/#endif */
|
#if/#endif */
|
||||||
void preprocess_skip()
|
void preprocess_skip(void)
|
||||||
{
|
{
|
||||||
int a;
|
int a;
|
||||||
a = 0;
|
a = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue