summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 29b6dff..6adfb4a 100644
--- a/README
+++ b/README
@@ -100,7 +100,8 @@ A8.7 Initialization - Supported for an expression resulting in an int, arrays
may be initialized with a list of expressions yielding a constant
value, e.g. int a[2]={3,1+2};int b[]={2}; in If the number of
initializers are larger than the dimension, the excess elements are
- discarded.
+ discarded. Multi-dimensional arrays are not supported at
+ initialization.
A8.8 Type names - not verified
A8.9 Typedef - won't be supported as we have int only