| break; | break; | ||||
| case RULE_DEC_SCORE: | case RULE_DEC_SCORE: | ||||
| add_points = -20; // force an decrease in points | add_points = -20; // force an decrease in points | ||||
| break; // TODO schould check why '<' is shown as '!' in rules trace | |||||
| break; | |||||
| case RULE_DEL_FWD: | case RULE_DEL_FWD: | ||||
| // find the next 'e' in the word and replace by 'E' | // find the next 'e' in the word and replace by 'E' | ||||
| for (p = *word + group_length; p < post_ptr; p++) { | for (p = *word + group_length; p < post_ptr; p++) { |