Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify spellings of two perl variables that should be one. #510

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

charlesstaats
Copy link
Contributor

I ran a diff against all the files of the patterns *.cc or *.h, comparing them before and after the change. As expected, the only changes appear to be certain instances of the directive #line 1 "./runtimebase.in" changing to #line 23 "./runtimebase.in".

$ for file in old/*; do diff "${file}" "${file##*/}"; done
21c21
< #line 1 "./runtimebase.in"
---
> #line 23 "./runtimebase.in"
22c22
< #line 1 "./runtimebase.in"
---
> #line 23 "./runtimebase.in"
21c21
< #line 1 "./runtimebase.in"
---
> #line 23 "./runtimebase.in"
21c21
< #line 1 "./runtimebase.in"
---
> #line 23 "./runtimebase.in"
21c21
< #line 1 "./runtimebase.in"
---
> #line 23 "./runtimebase.in"
21c21
< #line 1 "./runtimebase.in"
---
> #line 23 "./runtimebase.in"
21c21
< #line 1 "./runtimebase.in"
---
> #line 23 "./runtimebase.in"
21c21
< #line 1 "./runtimebase.in"
---
> #line 23 "./runtimebase.in"
21c21
< #line 1 "./runtimebase.in"
---
> #line 23 "./runtimebase.in"
21c21
< #line 1 "./runtimebase.in"
---
> #line 23 "./runtimebase.in"
21c21
< #line 1 "./runtimebase.in"
---
> #line 23 "./runtimebase.in"
21c21
< #line 1 "./runtimebase.in"
---
> #line 23 "./runtimebase.in"
33c33
< #line 1 "./runtimebase.in"
---
> #line 23 "./runtimebase.in"
21c21
< #line 1 "./runtimebase.in"
---
> #line 23 "./runtimebase.in"

@charlesstaats charlesstaats linked an issue Dec 29, 2024 that may be closed by this pull request
@charlesstaats charlesstaats marked this pull request as ready for review December 29, 2024 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Perl script has misspelled variable name
1 participant