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 384b3855..00f7ef45 100644
--- a/src/checkauto.l
+++ b/src/checkauto.l
@@ -34,6 +34,9 @@ STR \"([^"\\]|\\.)*\"
c_foreach |
c_forpair |
c_forrange |
+c_forloop |
+c_forfilter |
+c_forwhile |
for |
while |
switch { block_type |= LOOP; state = BRACES; }