follow-up for an apparent conflict in Qt5

This commit is contained in:
nhmall
2024-03-29 16:10:33 -04:00
parent 055246f43d
commit a1a1049890
6 changed files with 17 additions and 17 deletions

View File

@@ -94,7 +94,7 @@ const char *fqn_prefix_names[PREFIX_COUNT] = {
#endif
/* used by coloratt.c, options.c, utf8map.c, windows.c */
const char hex[33] = "00112233445566778899aAbBcCdDeEfF";
const char hexdd[33] = "00112233445566778899aAbBcCdDeEfF";
/* x/y/z deltas for the 10 movement directions (8 compass pts, 2 down/up) */
const schar xdir[N_DIRS_Z] = { -1, -1, 0, 1, 1, 1, 0, -1, 0, 0 };