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

Fixed redefined error for FE_* #1

Merged
merged 1 commit into from
Sep 5, 2022
Merged

Conversation

clabe45
Copy link
Contributor

@clabe45 clabe45 commented Sep 1, 2022

This commit fixes buildgen errors stating that there were duplicate definitions for:

  • FE_INVALID
  • FE_DIVBYZERO
  • FE_OVERFLOW
  • FE_UNDERFLOW
  • FE_INEXACT
  • FE_TONEAREST
  • FE_DOWNWARD
  • FE_UPWARD
  • FE_TOWARDZERO

It ignores these macros, but I do not know the details of how bindgen works, so please let me know if you think this will raise any other problems.

Tested with OBS 27.2.4 on WSL2 Fedora

See this comment.

This commit fixes buildgen errors stating that there were duplicate
definitions for:
- `FE_INVALID`
- `FE_DIVBYZERO`
- `FE_OVERFLOW`
- `FE_UNDERFLOW`
- `FE_INEXACT`
- `FE_TONEAREST`
- `FE_DOWNWARD`
- `FE_UPWARD`
- `FE_TOWARDZERO`
@OtaK OtaK added bug Something isn't working enhancement New feature or request labels Sep 5, 2022
@OtaK OtaK merged commit 2d46b7f into OtaK:master Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants