const int *to; | const int *to; | ||||
bool upper_case = false; | bool upper_case = false; | ||||
if ((from = tr->langopts.replace_chars) == NULL) | |||||
if ((from = (const int *)tr->langopts.replace_chars) == NULL) | |||||
return; | return; | ||||
char *curchar = source; // pointer to the source clause | char *curchar = source; // pointer to the source clause |