changeset 495:e09115bfdfb7

Add links to ISO C99 standard.
author Rob Landley <rob@landley.net>
date Tue, 30 Oct 2007 20:32:16 -0500
parents 803a46d4a4c9
children 28de8a30e841
files www/tinycc-doc.html
diffstat 1 files changed, 7 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/www/tinycc-doc.html	Tue Oct 30 20:31:40 2007 -0500
+++ b/www/tinycc-doc.html	Tue Oct 30 20:32:16 2007 -0500
@@ -1,6 +1,5 @@
 <HTML>
 <HEAD>
-<!-- Created by texi2html 1.56k from tcc-doc.texi on 18 June 2005 -->
 
 <TITLE>Tiny C Compiler Reference Documentation</TITLE>
 </HEAD>
@@ -75,9 +74,9 @@
 not be necessary. 
 
 
-<P>
-TCC not only supports ANSI C, but also most of the new ISO C99
-standard and many GNUC extensions including inline assembly.
+<p>TCC not only supports ANSI C, but also most of the
+<a href=http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1124.pdf>ISO C99</a>
+standard, and many GNUC extensions including inline assembly.</p>
 
 
 <P>
@@ -462,10 +461,10 @@
 
 <H2><A NAME="SEC7" HREF="tcc-doc.html#TOC7">3.2 ISOC99 extensions</A></H2>
 
-<P>
-TCC implements many features of the new C standard: ISO C99. Currently
-missing items are: complex and imaginary numbers and variable length
-arrays.
+<P>TCC implements many features of the
+<a href=http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1124.pdf>ISO C99
+standard</a>. Currently missing items are: complex and imaginary numbers and
+variable length arrays.</p>
 
 
 <P>
@@ -1801,9 +1800,5 @@
 <LI><A HREF="tcc-doc.html#IDX18">word directive</A>
 </DIR>
 
-
-<P><HR><P>
-This document was generated on 18 June 2005 using
-<A HREF="http://wwwinfo.cern.ch/dis/texi2html/">texi2html</A>&nbsp;1.56k.
 </BODY>
 </HTML>