diff options
| author | Urs Janssen <urs@hq.tin.org> | 2013-02-18 15:44:18 +0100 |
|---|---|---|
| committer | Urs Janssen <urs@hq.tin.org> | 2013-02-18 15:44:18 +0100 |
| commit | 0db7f616ad86e3d77aa79ebdeb9a5ddfeefc18ef (patch) | |
| tree | 166bcdef3f435fcab4a084cf83ab48609fa46e6a /tcc-doc.texi | |
| parent | 5d6cfe855a90cd262ad604f6962e3cacd83ca27b (diff) | |
| download | tinycc-0db7f616ad86e3d77aa79ebdeb9a5ddfeefc18ef.tar.gz tinycc-0db7f616ad86e3d77aa79ebdeb9a5ddfeefc18ef.tar.bz2 | |
remove doubled prototype
fix documentation about __TINYC__
define __STDC_HOSTED__ like __STDC__
Diffstat (limited to 'tcc-doc.texi')
| -rw-r--r-- | tcc-doc.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tcc-doc.texi b/tcc-doc.texi index f5e6d6d..96e7a28 100644 --- a/tcc-doc.texi +++ b/tcc-doc.texi @@ -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. |
