summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/c11.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/c11.l b/bin/c11.l
index c889173e..18c0879a 100644
--- a/bin/c11.l
+++ b/bin/c11.l
@@ -38,7 +38,7 @@ width "*"|[0-9]+
 }
 
 ([-+*/%&|^=!<>]|"<<"|">>")"="? |
-[=~.?:]|"++"|"--"|"&&"|"||"|"->" |
+[=~.?:]|"["|"]"|"++"|"--"|"&&"|"||"|"->" |
 sizeof|(_A|alignof) {
 	return Operator;
 }
9-11-06 19:54:21 -0500'>2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe