pointer decl style consistency; use any_types enum
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user