Skip to content

Commit 577a1ce

Browse files
author
Federico Fissore
committed
Added NULL as keyword. Fixes arduino#4033
1 parent 4215082 commit 577a1ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/shared/lib/keywords.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ false LITERAL2 Constants LITERAL_BOOLEAN
5959
float LITERAL2 Float RESERVED_WORD_2
6060
double LITERAL2 RESERVED_WORD_2
6161
null LITERAL2 RESERVED_WORD_2
62+
NULL LITERAL2 RESERVED_WORD_2
6263
int LITERAL2 Int RESERVED_WORD_2
6364
long LITERAL2 Long RESERVED_WORD_2
6465
new LITERAL2 RESERVED_WORD_2

0 commit comments

Comments
 (0)