aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc.c b/tcc.c
index f64c0b1..21ad98b 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;