aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
authorbellard <bellard>2002-01-05 21:13:17 +0000
committerbellard <bellard>2002-01-05 21:13:17 +0000
commitbbd541d760251b2c1f76cf3992b5574ce99579ce (patch)
treedd6a8b170aa372dae677c390b4b2e8fe06bb9fa7 /tcc.c
parentcc10b240cb12520ba4841b8b43303e200235cdda (diff)
downloadtinycc-bbd541d760251b2c1f76cf3992b5574ce99579ce.tar.gz
tinycc-bbd541d760251b2c1f76cf3992b5574ce99579ce.tar.bz2
added ansi proto
Diffstat (limited to 'tcc.c')
-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;