diff --git a/tcc.c b/tcc.c index f64c0b11..21ad98b0 100644 --- a/tcc.c +++ b/tcc.c @@ -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;