Re: libm/gamma.c

Thorsten Glaser <[email protected]>
Newsgroups gmane.linux.lib.dietlibc
Message-ID <[email protected]>
On Thu, 27 Aug 2009, Nikola Vladov wrote:

> #define B0   (double)   +            1.0l/   6/ 1/ 2

This is actually against what SHOULD be a preprocessor macro.

#define B0   ((double)   +            1.0l/   6/ 1/ 2)

Would this work as well?

bye,
//mirabilos
-- 
Sometimes they [people] care too much: pretty printers [and syntax highligh-
ting, d.A.] mechanically produce pretty output that accentuates irrelevant
detail in the program, which is as sensible as putting all the prepositions
in English text in bold font.	-- Rob Pike in "Notes on Programming in C"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.