Changeset 379 for trunk/testcase/floatingpoint/jsnumexception.c
- Timestamp:
- Jul 15, 2003, 3:49:09 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/testcase/floatingpoint/jsnumexception.c
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r378 r379 2 2 #include <float.h> 3 3 #include <signal.h> 4 #ifdef OS2 5 #define INCL_BASE 6 #define INCL_PM 7 #include <os2.h> 8 #endif 4 9 5 10 #define JSDOUBLE_HI32_SIGNBIT 0x80000000 … … 33 38 { 34 39 int i = -1; 35 _control87(0x262, 0xFFF);36 40 #if 1 37 41 if ( JSDOUBLE_IS_INT(d, i) … … 64 68 double rd3 = 2.147746133e9; 65 69 int l = -1; 66 70 #ifdef OS2 71 PPIB ppib; 72 DosGetInfoBlocks(NULL, &ppib); 73 ppib->pib_ultype = 3; 74 WinCreateMsgQueue(WinInitialize(0), 0); 75 WinMessageBox(HWND_DESKTOP, HWND_DESKTOP, "blah", "Blah!", 0, MB_OK); 76 #else 67 77 _control87(0x262, 0xFFF); 78 #endif 68 79 signal(SIGFPE, sigfun); 69 80 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.