mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
Add tSTRING to the pathname production, so that you can quote a
pathname which contains 'odd' characters.
This commit is contained in:
parent
28c2b5494f
commit
a418694d05
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ command:
|
|||
|
||||
pathname:
|
||||
identifier { $$ = $1; }
|
||||
| tSTRING { $$ = $1; }
|
||||
| tPATH { $$ = $1; }
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in a new issue