pointer decl style consistency; use any_types enum

This commit is contained in:
nhmall
2025-03-06 07:20:16 -05:00
parent 78ca37290b
commit ceee6aff31
8 changed files with 9 additions and 9 deletions

View File

@@ -249,7 +249,7 @@ enum hlattribs {
struct hilite_s {
enum statusfields fld;
boolean set;
unsigned anytype;
enum any_types anytype;
anything value;
int behavior;
char textmatch[MAXVALWIDTH];
@@ -271,7 +271,7 @@ struct istat_s {
boolean chg; /* need to recalc time? */
boolean percent_matters;
short percent_value;
unsigned anytype;
enum any_types anytype;
anything a, rawval;
char *val;
int valwidth;