mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 13:10:34 +00:00
make STORAGEX lower priority than UNARY so casts work
This commit is contained in:
parent
b167bc302b
commit
0e78c3f6da
1 changed files with 2 additions and 2 deletions
|
@ -129,6 +129,8 @@ expr_t *argv_expr (void);
|
|||
%nonassoc ';'
|
||||
%nonassoc CLASS_NOT_CATEGORY
|
||||
|
||||
%nonassoc STORAGEX
|
||||
|
||||
%right <op> '=' ASX PAS /* pointer assign */
|
||||
%right '?' ':'
|
||||
%left OR
|
||||
|
@ -145,8 +147,6 @@ expr_t *argv_expr (void);
|
|||
%left HYPERUNARY
|
||||
%left '.' '(' '['
|
||||
|
||||
%nonassoc STORAGEX
|
||||
|
||||
%token <string_val> CLASS_NAME NAME STRING_VAL
|
||||
%token <integer_val> INT_VAL
|
||||
%token <float_val> FLOAT_VAL
|
||||
|
|
Loading…
Reference in a new issue