mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
[qfcc] Resync qc and qp common symbols
Forgot I needed to remove PAS from pascal as well.
This commit is contained in:
parent
f64038b872
commit
ed03eeb8d2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue