Skip to content

Commit

Permalink
lone/aux: rename union variable
Browse files Browse the repository at this point in the history
I'll be using more explicit variable names from now on.
  • Loading branch information
matheusmoreira committed Dec 8, 2023
1 parent 05470ad commit 31dfd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/lone/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ struct lone_auxiliary_value {
void *pointer;
char *c_string;
unsigned char *bytes;
long integer;
long signed_integer;
unsigned long unsigned_integer;
} as;
};
Expand Down

0 comments on commit 31dfd5d

Please sign in to comment.