r=mkaply, sr=blizzard (platform specific)
Patch from Rich Walsh - fix floating point scoping problem
This commit is contained in:
mkaply%us.ibm.com 2005-03-11 01:55:48 +00:00
parent 22360df05f
commit 2106b29569
2 changed files with 2 additions and 2 deletions

View File

@ -1513,7 +1513,7 @@ int xre_main(int argc, char* argv[], const nsXREAppData* aAppData)
PRBool StartOS2App(int aArgc, char **aArgv);
if (!StartOS2App(gArgc, gArgv))
return 1;
ScopedFPHandler handler();
ScopedFPHandler handler;
#endif /* XP_OS2 */
#if defined(XP_BEOS)

View File

@ -1650,7 +1650,7 @@ int main(int argc, char* argv[])
if (!StartOS2App(argc, argv))
return 1;
ScopedFPHandler handler();
ScopedFPHandler handler;
#endif /* XP_OS2 */
#if defined(XP_BEOS)