mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-23 06:13:07 -06:00
Core: CParser: Fixed overflow checking in ReadDouble / Win32 typo
git-svn-id: svn://ultimatepp.org/upp/trunk@6483 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
843df57738
commit
4c75f84cff
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ uint64 CParser::ReadNumber64(int base) throw(Error)
|
|||
double CParser::ReadDouble() throw(Error)
|
||||
{
|
||||
LTIMING("ReadDouble");
|
||||
#ifdef PLARFORM_WIN32
|
||||
#ifdef PLATFORM_WIN32
|
||||
_clearfp();
|
||||
#endif
|
||||
#if defined(PLATFORM_POSIX) && defined(FE_OVERFLOW)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue