Ignore:
Timestamp:
Sep 15, 2004, 12:27:38 AM (21 years ago)
Author:
bird
Message:

@unixroot. header reviews. ++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/float.h

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.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.
    36 */
    47
     
    69#define _FLOAT_H
    710
    8 #if defined (__cplusplus)
    9 extern "C" {
    10 #endif
     11#include <sys/cdefs.h>
     12
    1113
    1214#define FLT_RADIX       2               /* b */
     
    117119#define SW_STACKOVERFLOW        0x0200
    118120
     121__BEGIN_DECLS
    119122unsigned _clear87 (void);
    120123unsigned _control87 (unsigned, unsigned);
    121124void _fpreset (void);
    122125unsigned _status87 (void);
     126__END_DECLS
    123127
    124128#endif /* !defined (_OMIT_387_STUFF) */
    125129#endif
    126130
    127 
    128 #if defined (__cplusplus)
    129 }
    130 #endif
    131 
    132131#endif /* not _FLOAT_H */
Note: See TracChangeset for help on using the changeset viewer.