aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorUrs Janssen <urs@hq.tin.org>2013-02-15 12:48:33 +0100
committerUrs Janssen <urs@hq.tin.org>2013-02-15 12:48:33 +0100
commitcec76c8b8a7a4077032a205bdb7dca70bb10be62 (patch)
treedbb0cca22916caec5172b2ecb9d321c1f96bdc5a /tcc.h
parent108b2876654bd5f64dd4a60fe1791cc939921625 (diff)
downloadtinycc-cec76c8b8a7a4077032a205bdb7dca70bb10be62.tar.gz
tinycc-cec76c8b8a7a4077032a205bdb7dca70bb10be62.tar.bz2
- document -dumpversion
- fixed a broken prototype
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc.h b/tcc.h
index 1f0343e..2c2936c 100644
--- a/tcc.h
+++ b/tcc.h
@@ -1105,7 +1105,7 @@ ST_FUNC void next_nomacro(void);
ST_FUNC void next(void);
ST_INLN void unget_tok(int last_tok);
ST_FUNC void preprocess_init(TCCState *s1);
-ST_FUNC void preprocess_new();
+ST_FUNC void preprocess_new(void);
ST_FUNC int tcc_preprocess(TCCState *s1);
ST_FUNC void skip(int c);
ST_FUNC void expect(const char *msg);