[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnulib] c-strtod patch for HP-UX pre 11.23
From: |
Paul Eggert |
Subject: |
Re: [bug-gnulib] c-strtod patch for HP-UX pre 11.23 |
Date: |
Sat, 25 Dec 2004 20:33:41 -0800 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
Bruno Haible <address@hidden> writes:
> What's the purpose of the
> return test ("1.0", NULL) != 1 || p ("1.0", NULL) != 1;
> statement?
It's a 1-line relic of the runtime test. I thought it better to leave
it in (it doesn't hurt anything) than to muck with it and perhaps
break the test. But it's not a big deal either way.