From 681cdb9fafa2cc3dbf924a42ab3425aae9bdf189 Mon Sep 17 00:00:00 2001 From: Michael Braverman Date: Sat, 4 Apr 2015 01:01:14 -0400 Subject: [PATCH] Char now has the right KEYWORD Before, char was assigned as a structure to **KEYWORD3**. It is not a structure so I assigned it to **LITERAL2** since it is a constant. Also renamed the DecrementCompound to its appropriate name. --- build/shared/lib/keywords.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/shared/lib/keywords.txt b/build/shared/lib/keywords.txt index ca660efdf..5fe836878 100644 --- a/build/shared/lib/keywords.txt +++ b/build/shared/lib/keywords.txt @@ -30,6 +30,7 @@ INTERNAL2V56 LITERAL2 AnalogReference boolean LITERAL2 BooleanVariables byte LITERAL2 Byte +char LITERAL2 Char const LITERAL2 Const false LITERAL2 Constants float LITERAL2 Float @@ -169,7 +170,6 @@ isPressed KEYWORD2 break KEYWORD3 Break case KEYWORD3 SwitchCase -char KEYWORD3 Char class KEYWORD3 continue KEYWORD3 Continue default KEYWORD3 SwitchCase @@ -224,4 +224,4 @@ loop KEYWORD3 Loop () parentheses >> Bitshift ; SemiColon --= IncrementCompound \ No newline at end of file +-= DecrementCompound