summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
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 3a8df61..d1dbfb7 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -5,7 +5,7 @@ Pycparser 2: the idea is to "mostly" support C99
Implement:
-- new keywords restrict, inline
+V- new keywords restrict, inline
- mix declarations and statements inside a block
- VLAs (non-constants in arr[n]), including [*] for parameter lists
V- declarations in the first expression of "for" loops