Commit a418694d authored by C. Scott Ananian's avatar C. Scott Ananian Committed by Alexandre Julliard

Add tSTRING to the pathname production, so that you can quote a

pathname which contains 'odd' characters.
parent 28c2b549
......@@ -154,6 +154,7 @@ command:
pathname:
identifier { $$ = $1; }
| tSTRING { $$ = $1; }
| tPATH { $$ = $1; }
;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment