mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
compiler: prevent vars named 'char' to cause a C error
This commit is contained in:

committed by
Alexander Medvednikov

parent
c617cf8e05
commit
cce0b2425e
@ -91,6 +91,7 @@ const (
|
||||
'i64': true,
|
||||
'i128': true,
|
||||
'byte': true,
|
||||
'char': true,
|
||||
'u16': true,
|
||||
'u32': true,
|
||||
'u64': true,
|
||||
|
Reference in New Issue
Block a user