| while ((c = *p++) != 0) { | while ((c = *p++) != 0) { | ||||
| if (c >= n_phoneme_tab) continue; | if (c >= n_phoneme_tab) continue; | ||||
| if (!phoneme_tab[c]) continue; | |||||
| if (phoneme_tab[c]->type == phSTRESS) { | if (phoneme_tab[c]->type == phSTRESS) { | ||||
| if (phoneme_tab[c]->std_length < 4) | if (phoneme_tab[c]->std_length < 4) | ||||
| unstress_mark = true; | unstress_mark = true; |