make STORAGEX lower priority than UNARY so casts work

This commit is contained in:
Bill Currie 2007-05-07 23:44:45 +00:00 committed by Jeff Teunissen
parent b167bc302b
commit 0e78c3f6da

View file

@ -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