Mail Archives: djgpp-workers/2004/01/04/15:56:39
Hello.
Kbwms AT aol DOT com wrote:
> In a message dated 1/3/2004 5:38:15 PM Eastern Standard Time,
> rich AT phekda DOT gotadsl DOT co DOT uk writes:
>
>> I don't think renaming it to __roundl is the right solution. If we ever
>> use (the C99) roundl in a non-C99 function in libc, we will need a stub
>> for it, to avoid polluting the global namespace. In that case, (the C99)
>> roundl will be available in two versions: a stub called roundl for C99
>> programs and a stub called __roundl that will be used internally in the
>> library. So there will still be a clash.
[snip]
> So, change the name to Roundl, perhaps? Any objection to that one?
Sorry to be pedantic, but I think using case to distinguish two similar
function names is a bad idea.
How about these renames:
roundl -> strroundl
exponentl -> strexponentl
Bye, Rich =]
--
Richard Dawe [ http://homepages.nildram.co.uk/~phekda/richdawe/ ]
"You can't evaluate a man by logic alone."
-- McCoy, "I, Mudd", Star Trek
- Raw text -