1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Use (unsigned char) cast in all cases.

This commit is contained in:
Bruno Haible
2003-01-10 12:43:35 +00:00
parent 7dbc285db4
commit 3a01fe39b2
2 changed files with 4 additions and 1 deletions

View File

@@ -1464,7 +1464,7 @@ Output::output ()
_struct_tag = (const_always[0] ? "const char *" : "char *");
}
char_to_index = (option[SEVENBIT] ? "" : "(unsigned char)");
char_to_index = "(unsigned char)";
printf ("/* ");
if (option[KRC])