Subversion Repositories wimsdev

Rev

Rev 10 | Rev 3808 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 3718
Line 153... Line 153...
153
    if(suffixcnt>0) suffix_translate(p);
153
    if(suffixcnt>0) suffix_translate(p);
154
    _translate(p,transdic);
154
    _translate(p,transdic);
155
   
155
   
156
fend:
156
fend:
157
    singlespace(p);strip_trailing_spaces(p);
157
    singlespace(p);strip_trailing_spaces(p);
158
    if(myisspace(*p)) strcpy(p,find_word_start(p));
158
    if(myisspace(*p)) ovlstrcpy(p,find_word_start(p));
159
}
159
}
160
 
160
 
161
        /* at entry p must point to an atom start! */
161
        /* at entry p must point to an atom start! */
162
char *find_atom_end(char *p)
162
char *find_atom_end(char *p)
163
{
163
{