checker: do not allow #define everywhere

This commit is contained in:
Alexander Medvednikov 2022-07-10 22:51:02 +03:00
parent 235ef23588
commit 22dac71b33
2 changed files with 8 additions and 2 deletions

View file

@ -10,7 +10,7 @@
- [ ] Recursive structs via optionals: `struct Node { next ?Node }`
- [ ] Handle function pointers safely, remove `if function == 0 {`
- [ ] Bundle OpenSSL like GC
- [ ] Anonymous structs
- [x] Anonymous structs
- [ ] -usecache on by default
- [ ] -skip-unused on by default