diff options
| author | Urs Janssen <urs@hq.tin.org> | 2013-02-15 12:48:33 +0100 |
|---|---|---|
| committer | Urs Janssen <urs@hq.tin.org> | 2013-02-15 12:48:33 +0100 |
| commit | cec76c8b8a7a4077032a205bdb7dca70bb10be62 (patch) | |
| tree | dbb0cca22916caec5172b2ecb9d321c1f96bdc5a /tcc.h | |
| parent | 108b2876654bd5f64dd4a60fe1791cc939921625 (diff) | |
| download | tinycc-cec76c8b8a7a4077032a205bdb7dca70bb10be62.tar.gz tinycc-cec76c8b8a7a4077032a205bdb7dca70bb10be62.tar.bz2 | |
- document -dumpversion
- fixed a broken prototype
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
