Changeset 1506 for trunk/src/emx/include/float.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/float.h
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r1505 r1506 1 /* float.h (emx+gcc) 2 * (bird: this file must be used over the one from GCC!) 1 /* float.h,v 1.5 2004/09/14 22:27:33 bird Exp */ 2 /** @file 3 * EMX + GCC 4 * 5 * @remark Must be used instead of the GCC one. 3 6 */ 4 7 … … 6 9 #define _FLOAT_H 7 10 8 #if defined (__cplusplus) 9 extern "C" { 10 #endif 11 #include <sys/cdefs.h> 12 11 13 12 14 #define FLT_RADIX 2 /* b */ … … 117 119 #define SW_STACKOVERFLOW 0x0200 118 120 121 __BEGIN_DECLS 119 122 unsigned _clear87 (void); 120 123 unsigned _control87 (unsigned, unsigned); 121 124 void _fpreset (void); 122 125 unsigned _status87 (void); 126 __END_DECLS 123 127 124 128 #endif /* !defined (_OMIT_387_STUFF) */ 125 129 #endif 126 130 127 128 #if defined (__cplusplus)129 }130 #endif131 132 131 #endif /* not _FLOAT_H */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.