summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Wu <lekensteyn@gmail.com>2011-12-03 13:55:31 +0000
committerPeter Wu <lekensteyn@gmail.com>2011-12-03 13:55:31 +0000
commitcbb589740133d53224fcd66c4c2decf43a7eca6e (patch)
tree3675a6cf2165af6d5c14b9bc6c5982facb7598cb /README
parent658bfe6c92b6dccea353da38a7651c61cd4ef1ce (diff)
downloadpp2cc-cbb589740133d53224fcd66c4c2decf43a7eca6e.tar.gz
Support multiple declarations in the global scope
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