On Sat, Jan 20, 2018 at 02:26:38PM -0800, bob prohaska wrote: > > use of undeclared identifier 'fpgetmask' > > A web search for the phrase finds a very few references, most prominently > from the year 2014: > https://www.where-i-go.com/tag/fpsetmask > but the context is different (mysql server). > > There is a workaround detailed in the web page, but after nearly four > years it's hard to believe that's still appropriate. > > Is there a more up-to-date solution? > > Thanks for reading, > > bob prohaska >
man fpsetmask Add "#include <ieeefp.h>" to your code. -- Steve _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
