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

C backend: fix .h output of toplevel constants #781

Merged
merged 1 commit into from
Feb 7, 2025
Merged

C backend: fix .h output of toplevel constants #781

merged 1 commit into from
Feb 7, 2025

Conversation

AltGr
Copy link
Contributor

@AltGr AltGr commented Feb 5, 2025

@vincent-botbol Can you check that this fixes your issue ?

@vincent-botbol
Copy link
Contributor

vincent-botbol commented Feb 5, 2025

@vincent-botbol Can you check that this fixes your issue ?

  result__1->AVVC__baremes_in = AVVC__baremes_par_defaut;

It fails later on because it doesn't call it properly. This version compiles (at least one step further) :

  result__1->AVVC__baremes_in = AVVC__baremes_par_defaut();

Copy link
Contributor

@vincent-botbol vincent-botbol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Tested, it correctly fixes the bug.

@AltGr AltGr merged commit 70657c1 into master Feb 7, 2025
5 checks passed
@AltGr AltGr deleted the hlazyfix branch February 7, 2025 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants