From ed03eeb8d2fed9a08cfee67807de71510f7ef6b8 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 20 Mar 2020 11:47:01 +0900 Subject: [PATCH] [qfcc] Resync qc and qp common symbols Forgot I needed to remove PAS from pascal as well. --- tools/qfcc/source/qp-parse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qfcc/source/qp-parse.y b/tools/qfcc/source/qp-parse.y index 922068b02..08759a544 100644 --- a/tools/qfcc/source/qp-parse.y +++ b/tools/qfcc/source/qp-parse.y @@ -105,7 +105,7 @@ int yylex (void); %nonassoc STORAGEX %left COMMA -%right '=' ASX PAS /* pointer assign */ +%right '=' ASX %right '?' ':' %left OR %left AND