Fix PC's name not being passed to parser

This commit is contained in:
ISSOtm
2020-07-28 21:34:39 +02:00
parent 4c9a929a14
commit e56c6cc291

View File

@@ -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 */