summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authoreli.bendersky <devnull@localhost>2010-10-29 16:25:43 +0200
committereli.bendersky <devnull@localhost>2010-10-29 16:25:43 +0200
commitef29ff9272ec225a0f324eca82cc204f556e91eb (patch)
tree8b4cc378c8370abca67954528f878a74d0ed2a49 /TODO.txt
parent2e907fada2916053a4130cd7f51b4bad41006f6a (diff)
downloadpycparser-ef29ff9272ec225a0f324eca82cc204f556e91eb.tar.gz
Implemented mixing of declarations and statements in compound statements for C99.
-> In the Compound AST node, decls and stmts were removed and replaced by a single list named block_items (this is an API change!)
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index d1dbfb7..5395b5a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -7,7 +7,7 @@ Implement:
V- new keywords restrict, inline
- mix declarations and statements inside a block
-- VLAs (non-constants in arr[n]), including [*] for parameter lists
+V- VLAs (non-constants in arr[n]), including [*] for parameter lists
V- declarations in the first expression of "for" loops
- named initializers for structs and arrays