aboutsummaryrefslogtreecommitdiff
path: root/tcc-doc.texi
diff options
context:
space:
mode:
Diffstat (limited to 'tcc-doc.texi')
-rw-r--r--tcc-doc.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/tcc-doc.texi b/tcc-doc.texi
index 42ca806..f5e6d6d 100644
--- a/tcc-doc.texi
+++ b/tcc-doc.texi
@@ -388,13 +388,14 @@ and floating point numbers (@code{long double}, @code{double}, and
@section ISOC99 extensions
TCC implements many features of the new C standard: ISO C99. Currently
-missing items are: complex and imaginary numbers and variable length
-arrays.
+missing items are: complex and imaginary numbers.
Currently implemented ISOC99 features:
@itemize
+@item variable length arrays.
+
@item 64 bit @code{long long} types are fully supported.
@item The boolean type @code{_Bool} is supported.