From cec76c8b8a7a4077032a205bdb7dca70bb10be62 Mon Sep 17 00:00:00 2001 From: Urs Janssen Date: Fri, 15 Feb 2013 12:48:33 +0100 Subject: - document -dumpversion - fixed a broken prototype --- tcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcc.h') 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); -- cgit v1.3.1