Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fba0019e authored by Satoshi Kataoka's avatar Satoshi Kataoka Committed by Android (Google) Code Review
Browse files

Revert "Change the definition of NOT_A_CHARACTER"

This reverts commit a31d180c

Change-Id: Ifd753d2d2ac5092dd47e22a8829c1cc416d99ea5
parent a31d180c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -211,8 +211,7 @@ static inline void prof_out(void) {

#define DICTIONARY_VERSION_MIN 200
#define NOT_VALID_WORD -99
// TODO: NOT_A_CHARACTER should be -1
#define NOT_A_CHARACTER 0xFFFF // tentative
#define NOT_A_CHARACTER -1
#define NOT_A_DISTANCE -1
#define NOT_A_COORDINATE -1
#define EQUIVALENT_CHAR_WITHOUT_DISTANCE_INFO -2