- 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

View File

@ -3042,7 +3042,7 @@ ST_FUNC void preprocess_init(TCCState *s1)
s1->pack_stack_ptr = s1->pack_stack;
}
ST_FUNC void preprocess_new()
ST_FUNC void preprocess_new(void)
{
int i, c;
const char *p, *r;