summaryrefslogtreecommitdiff
path: root/lib/gcc/i686-apple-darwin11/4.2.1/include/fenv.h
blob: 55f9eafc1776cda98f35c708c96376726dc2c524 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*  DO NOT EDIT THIS FILE.

    It has been auto-edited by fixincludes from:

	"/usr/include/fenv.h"

    This had to be done to correct non-standard usages in the
    original, manufacturer supplied header file.  */

/* This file is a backwards compability hack to allow 
   no-trapping-math to be the default.  */
#ifndef _DARWIN_FENV_H_WRAPPER
#if defined(__GNUC__) && __GNUC__ >= 4
#pragma GCC fenv
#endif
#include_next <fenv.h>
#define _DARWIN_FENV_H_WRAPPER
#endif /* _DARWIN_FENV_H_WRAPPER */