[PRISM] Emit parse warnings

This commit is contained in:
Kevin Newton 2024-02-01 15:16:15 -05:00
parent b47d43fa9b
commit 332d2c92d8
3 changed files with 19 additions and 6 deletions

View file

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