summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Wu <lekensteyn@gmail.com>2011-12-04 15:03:31 +0000
committerPeter Wu <lekensteyn@gmail.com>2011-12-04 15:03:31 +0000
commit4a359599772a6059d95fb9c4c9f0ff071ccf7b50 (patch)
tree12e08a5e318737624b85de590b3447d76162914a /README
parent94fecea73b0185ff37eb47502f07a8f1e69cd3f9 (diff)
downloadpp2cc-4a359599772a6059d95fb9c4c9f0ff071ccf7b50.tar.gz
Update main warning if fn_main label exists, update README for automatic vars
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 3259f15..8f7416a 100644
--- a/README
+++ b/README
@@ -88,7 +88,8 @@ A7.19 Constant expressions - not checked
A8 Declarations
A8.1 Storage class specifiers - static function and global variables are
- supported, static local variables aren't
+ supported, static local variables aren't. auto is implied in
+ functions
A8.2 Type specifiers - unsupported, everything is assumed to be int. void in
the meaning of "no value" is not checked. Const is not meaningfully
supported yet