mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 14:30:22 +01:00
glsl/pp: Use struct instead of union.
This commit is contained in:
parent
13f9a39cea
commit
a58360dbc2
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ union sl_pp_token_data {
|
|||
char other;
|
||||
int pragma;
|
||||
int extension;
|
||||
union {
|
||||
struct {
|
||||
unsigned int lineno: 24;
|
||||
unsigned int fileno: 8;
|
||||
} line;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue