added ansi proto
This commit is contained in:
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user