mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-23 19:01:06 +00:00
Add the COMMA token to the pascal parser.
I guess I forgot I needed to keep token numbers in sync between pascal and qc/ruamoko.
This commit is contained in:
parent
72045f1a5b
commit
52b9721027
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ int yylex (void);
|
|||
%nonassoc CLASS_NOT_CATEGORY
|
||||
%nonassoc STORAGEX
|
||||
|
||||
%left COMMA
|
||||
%right <op> '=' ASX PAS /* pointer assign */
|
||||
%right '?' ':'
|
||||
%left OR
|
||||
|
|
Loading…
Reference in a new issue