summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-12-23 23:55:10 +0100
committerTyge Løvset <[email protected]>2022-12-23 23:55:10 +0100
commitd623c6c85071b9af5d607bb5d9aceceaea05220a (patch)
treef20fc3714f86e1553d1103bed6dc8efefcbd9d6b /src
parent5f57d597cd27aef55adbcb3b452973b0c6e33667 (diff)
downloadSTC-modified-d623c6c85071b9af5d607bb5d9aceceaea05220a.tar.gz
STC-modified-d623c6c85071b9af5d607bb5d9aceceaea05220a.zip
Experimental uppercase macros.
Diffstat (limited to 'src')
-rw-r--r--src/checkauto.l9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/checkauto.l b/src/checkauto.l
index 541bbf3f..c42d97cf 100644
--- a/src/checkauto.l
+++ b/src/checkauto.l
@@ -36,6 +36,15 @@ c_forpair |
c_forrange |
c_forfilter |
c_forwhile |
+c_formatch |
+c_fortoken |
+c_FOREACH |
+c_FORPAIR |
+c_FORRANGE |
+c_FORFILTER |
+c_FORWHILE |
+c_FORMATCH |
+c_FORTOKEN |
for |
while |
switch { block_type |= LOOP; state = BRACES; }