summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/checkauto.l3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/checkauto.l b/src/checkauto.l
index 5b4a9c68..384b3855 100644
--- a/src/checkauto.l
+++ b/src/checkauto.l
@@ -38,6 +38,9 @@ for |
while |
switch { block_type |= LOOP; state = BRACES; }
do { block_type |= LOOP; state = BRACESDONE; }
+c_with |
+c_scope |
+c_defer |
c_autovar |
c_autoscope |
c_autodefer |