* include/math.h: Add pragma GCC system_header.

This commit is contained in:
Danny Smith
2004-07-15 11:39:15 +00:00
parent e651690002
commit 4bf283e0e2
2 changed files with 9 additions and 0 deletions

View File

@ -8,9 +8,14 @@
*
*/
#ifndef _MATH_H_
#define _MATH_H_
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
/* All the headers include this file. */
#include <_mingw.h>