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

@ -597,8 +597,7 @@ are supported.
@itemize
@item @code{__TINYC__} is a predefined macro to @code{1} to
indicate that you use TCC.
@item @code{__TINYC__} is a predefined macro to indicate that you use TCC.
@item @code{#!} at the start of a line is ignored to allow scripting.