remove doubled prototype

fix documentation about __TINYC__
define __STDC_HOSTED__ like __STDC__
This commit is contained in:
Urs Janssen
2013-02-18 15:44:18 +01:00
parent 5d6cfe855a
commit 0db7f616ad
4 changed files with 4 additions and 6 deletions

View File

@ -78,7 +78,6 @@ struct macro_level {
const int *p;
};
ST_FUNC void next_nomacro(void);
static void next_nomacro_spc(void);
static void macro_subst(
TokenString *tok_str,