word-complete —
#define MAXPREDICTIONS #define STATE_TEMPORARY #define STATE_PERMANENT #define PRIORITY_NEWWORD
#define MAXPREDICTIONS 10
#define STATE_TEMPORARY 1
#define STATE_PERMANENT 2
#define PRIORITY_NEWWORD 100