mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
checker: do not allow #define everywhere
This commit is contained in:
parent
235ef23588
commit
22dac71b33
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue