* include/math.h: Add pragma GCC system_header.
This commit is contained in:
parent
e651690002
commit
4bf283e0e2
|
@ -1,3 +1,7 @@
|
||||||
|
2004-07-15 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/math.h: Add pragma GCC system_header.
|
||||||
|
|
||||||
2004-07-15 Danny Smith <dannysmith@users.sourceforge.net>
|
2004-07-15 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* mingwex/complex/cargs.c: New file.
|
* mingwex/complex/cargs.c: New file.
|
||||||
|
|
|
@ -8,9 +8,14 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _MATH_H_
|
#ifndef _MATH_H_
|
||||||
#define _MATH_H_
|
#define _MATH_H_
|
||||||
|
|
||||||
|
#if __GNUC__ >= 3
|
||||||
|
#pragma GCC system_header
|
||||||
|
#endif
|
||||||
|
|
||||||
/* All the headers include this file. */
|
/* All the headers include this file. */
|
||||||
#include <_mingw.h>
|
#include <_mingw.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue