mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Fix PC's name not being passed to parser
This commit is contained in:
@@ -1109,6 +1109,8 @@ static int yylex_NORMAL(void)
|
|||||||
return T_OP_NOT;
|
return T_OP_NOT;
|
||||||
|
|
||||||
case '@':
|
case '@':
|
||||||
|
yylval.tzSym[0] = '@';
|
||||||
|
yylval.tzSym[1] = '\0';
|
||||||
return T_ID;
|
return T_ID;
|
||||||
|
|
||||||
/* Handle accepted single chars */
|
/* Handle accepted single chars */
|
||||||
|
|||||||
Reference in New Issue
Block a user