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

Append an underscore to all Opty generated C variable names to avoid variable name clashes in included code. #200

Merged
merged 3 commits into from
Aug 3, 2024

Conversation

moorepants
Copy link
Member

No description provided.

This will reduce the likelihood of variable name clashes with reserved C
keywords or anything defined in the headers we include (e.g. from
NumPy).

Fixes csu-hmc#47
Fixes csu-hmc#171
@moorepants moorepants merged commit fab256e into csu-hmc:master Aug 3, 2024
21 checks passed
@moorepants moorepants deleted the c_vars branch August 3, 2024 08:02
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.

None yet

1 participant