\<parent\> Is the name of a previously defined phoneme table whose phoneme | \<parent\> Is the name of a previously defined phoneme table whose phoneme | ||||
definitions are inherited by this one. The name `base` indicates the first | definitions are inherited by this one. The name `base` indicates the first | ||||
(base) phoneme table. | |||||
(base) phoneme table. The name `_` indicates no parent phoneme table. | |||||
## Phoneme Definitions | ## Phoneme Definitions | ||||
break; | break; | ||||
} | } | ||||
} | } | ||||
if (ix == n_phoneme_tabs) | |||||
if (ix == n_phoneme_tabs && strcmp(item_string, "_") != 0) | |||||
error("Can't find base phonemetable '%s'", item_string); | error("Can't find base phonemetable '%s'", item_string); | ||||
} else | } else | ||||
ReservePhCodes(); | ReservePhCodes(); |