mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Fix string not usable for targetname
This commit is contained in:
parent
857d25825b
commit
a0b80a9096
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ identifier
|
|||
;
|
||||
|
||||
listener_identifier
|
||||
: identifier_prim { $$ = node_listener($1, TOKPOS(@1)); }
|
||||
: identifier { $$ = node_listener($1, TOKPOS(@1)); }
|
||||
| TOKEN_LEFT_BRACKET expr TOKEN_RIGHT_BRACKET { $$ = $2; }
|
||||
;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue