mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-03-13 19:35:46 +00:00
This was not working because floating-point arguments are really passed in the extended format, but based on the wording in the C standard a type of "double" should still work for arguments passed with that type. This fixes #29. (The bug report was valid only with respect to double, not float or long double.)