[qfcc] Resync qc and qp common symbols

Forgot I needed to remove PAS from pascal as well.
This commit is contained in:
Bill Currie 2020-03-20 11:47:01 +09:00
parent f64038b872
commit ed03eeb8d2

View file

@ -105,7 +105,7 @@ int yylex (void);
%nonassoc STORAGEX
%left COMMA
%right <op> '=' ASX PAS /* pointer assign */
%right <op> '=' ASX
%right '?' ':'
%left OR
%left AND