git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@141 d46cf337-b52f-0410-862d-fd96e6ae7743master
p = letterGroups[group]; | p = letterGroups[group]; | ||||
while(*p != 0) | |||||
while(*p != RULE_GROUP_END) | |||||
{ | { | ||||
w = word; | w = word; | ||||
while(*p == *w) | while(*p == *w) |