mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
compiler: prevent vars named 'char' to cause a C error
This commit is contained in:
parent
c617cf8e05
commit
cce0b2425e
2 changed files with 7 additions and 3 deletions
|
@ -91,6 +91,7 @@ const (
|
|||
'i64': true,
|
||||
'i128': true,
|
||||
'byte': true,
|
||||
'char': true,
|
||||
'u16': true,
|
||||
'u32': true,
|
||||
'u64': true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue