mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-08 02:12:17 +00:00
[qfcc] Fix some inconsistent tokens
I need to find a good way to share token defs between bison files.
This commit is contained in:
parent
7a30ac9527
commit
f4a8a5e179
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ parse_error (void *scanner)
|
|||
%left SHL SHR
|
||||
%left '+' '-'
|
||||
%left '*' '/' '%' MOD SCALE GEOMETRIC QMUL QVMUL VQMUL
|
||||
%left HADAMARD CROSS DOT WEDGE REGRESSIVE
|
||||
%left HADAMARD CROSS DOT OUTER WEDGE REGRESSIVE
|
||||
%right SIZEOF UNARY INCOP REVERSE STAR DUAL UNDUAL
|
||||
%left HYPERUNARY
|
||||
%left '.' '(' '['
|
||||
|
|
Loading…
Reference in a new issue