diff options
| author | bellard <bellard> | 2002-01-05 21:13:17 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2002-01-05 21:13:17 +0000 |
| commit | bbd541d760251b2c1f76cf3992b5574ce99579ce (patch) | |
| tree | dd6a8b170aa372dae677c390b4b2e8fe06bb9fa7 | |
| parent | cc10b240cb12520ba4841b8b43303e200235cdda (diff) | |
| download | tinycc-bbd541d760251b2c1f76cf3992b5574ce99579ce.tar.gz tinycc-bbd541d760251b2c1f76cf3992b5574ce99579ce.tar.bz2 | |
added ansi proto
| -rw-r--r-- | tcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
