mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
Added NULL as keyword. Fixes #4033
This commit is contained in:
parent
421508268c
commit
577a1cea6d
@ -59,6 +59,7 @@ false LITERAL2 Constants LITERAL_BOOLEAN
|
||||
float LITERAL2 Float RESERVED_WORD_2
|
||||
double LITERAL2 RESERVED_WORD_2
|
||||
null LITERAL2 RESERVED_WORD_2
|
||||
NULL LITERAL2 RESERVED_WORD_2
|
||||
int LITERAL2 Int RESERVED_WORD_2
|
||||
long LITERAL2 Long RESERVED_WORD_2
|
||||
new LITERAL2 RESERVED_WORD_2
|
||||
|
Loading…
Reference in New Issue
Block a user