- document -dumpversion

- fixed a broken prototype
This commit is contained in:
Urs Janssen
2013-02-15 12:48:33 +01:00
parent 108b287665
commit cec76c8b8a
4 changed files with 6 additions and 3 deletions

2
tcc.h
View File

@ -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);