Renamed UNDEFINED to UNDEFINED_VALUE.

This commit is contained in:
Bart House
2018-11-23 10:22:01 -08:00
parent 4744eeb765
commit 9e40a1dfae
3 changed files with 11 additions and 11 deletions

View File

@@ -769,7 +769,7 @@ const struct Align aligns[] = {
static struct {
boolean roles[SIZE(roles)];
short mask;
} rfilter = UNDEFINED;
} rfilter = UNDEFINED_VALUE;
STATIC_DCL int NDECL(randrole_filtered);
STATIC_DCL char *FDECL(promptsep, (char *, int));