You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ParseXS: refactor: INPUT_line::parse(): remove var
This is #6 of a small series of commits to refactor INPUT keyword
handling.
There's no need any more to save the original line in $orig_line, as
$self->{line} now holds that value.
Also, wrap
... or blurt(...), return;
in a do block for clarity:
0 commit comments