Re: libm/gamma.c
Nikola Vladov <[email protected]>
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 27, 2009 at 05:00:55PM +0200, Thorsten Glaser wrote: > This is actually against what SHOULD be a preprocessor macro. > > #define B0 ((double) + 1.0l/ 6/ 1/ 2) Right. This is correct. We needs (...) in macros. Removong l work aslo. There are many solutions... Where is the error -- in compiler or in gamma.c ? Thanks! > Would this work as well?