summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authoreli.bendersky <devnull@localhost>2010-10-29 13:33:52 +0200
committereli.bendersky <devnull@localhost>2010-10-29 13:33:52 +0200
commit79d5cf672bf2119bc136f7ff9b71814898cf38f9 (patch)
tree8366c488f6032638d65bf12a2a9d690ec9d7366a /TODO.txt
parent145890da7bc84269e23aa73b4fce2ddd9e263b4f (diff)
downloadpycparser-79d5cf672bf2119bc136f7ff9b71814898cf38f9.tar.gz
Implemented restrict and inline keywords for C99
inline: added field in Decl for it
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 c485264..3a8df61 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -8,7 +8,7 @@ Implement:
- new keywords restrict, inline
- mix declarations and statements inside a block
- VLAs (non-constants in arr[n]), including [*] for parameter lists
-- declarations in the first expression of "for" loops
+V- declarations in the first expression of "for" loops
- named initializers for structs and arrays