| { | { | ||||
| case 0: | case 0: | ||||
| // match and consume this letter | // match and consume this letter | ||||
| last_letter = letter; | |||||
| letter = *post_ptr++; | letter = *post_ptr++; | ||||
| if ((letter == rb) || ((letter == (unsigned char)REPLACED_E) && (rb == 'e'))) { | if ((letter == rb) || ((letter == (unsigned char)REPLACED_E) && (rb == 'e'))) { |