mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
[PRISM] Emit parse warnings
This commit is contained in:
parent
b47d43fa9b
commit
332d2c92d8
3 changed files with 19 additions and 6 deletions
|
@ -626,7 +626,7 @@ struct pm_parser {
|
|||
* This is the path of the file being parsed. We use the filepath when
|
||||
* constructing SourceFileNodes.
|
||||
*/
|
||||
pm_string_t filepath_string;
|
||||
pm_string_t filepath;
|
||||
|
||||
/**
|
||||
* This constant pool keeps all of the constants defined throughout the file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue