diff options
Diffstat (limited to 'gl/float.in.h')
-rw-r--r-- | gl/float.in.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gl/float.in.h b/gl/float.in.h index 25040320..9ba2bce4 100644 --- a/gl/float.in.h +++ b/gl/float.in.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* A correct <float.h>. | 1 | /* A correct <float.h>. |
2 | 2 | ||
3 | Copyright (C) 2007 Free Software Foundation, Inc. | 3 | Copyright (C) 2007-2008 Free Software Foundation, Inc. |
4 | 4 | ||
5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
@@ -17,6 +17,10 @@ | |||
17 | 17 | ||
18 | #ifndef _GL_FLOAT_H | 18 | #ifndef _GL_FLOAT_H |
19 | 19 | ||
20 | #if __GNUC__ >= 3 | ||
21 | @PRAGMA_SYSTEM_HEADER@ | ||
22 | #endif | ||
23 | |||
20 | /* The include_next requires a split double-inclusion guard. */ | 24 | /* The include_next requires a split double-inclusion guard. */ |
21 | #@INCLUDE_NEXT@ @NEXT_FLOAT_H@ | 25 | #@INCLUDE_NEXT@ @NEXT_FLOAT_H@ |
22 | 26 | ||