| NextItem(tSTRING); | NextItem(tSTRING); | ||||
| if ((ph = FindPhoneme(item_string)) == NULL) | |||||
| if ((ph = FindPhoneme(item_string)) == NULL) { | |||||
| error("Cannot find phoneme '%s' to import.", item_string); | |||||
| return; | return; | ||||
| } | |||||
| ph_mnem = phoneme_out->mnemonic; | ph_mnem = phoneme_out->mnemonic; | ||||
| ph_code = phoneme_out->code; | ph_code = phoneme_out->code; |