Skip to content
Snippets Groups Projects
Unverified Commit d75a1bcf authored by Brent Huisman's avatar Brent Huisman Committed by GitHub
Browse files

Fix portability issues with long double in modcc. (#1246)

Change from long double to double for storing floating point values in modcc.

WSL, and Windows generally, treats long double differently than Linux, which leads to inconsistencies in literal numeric values in code generated by modcc on the two platforms.

Fixes #1245
parent 9233b784
No related branches found
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment