From e046ffb123d352dec87f91fc638490572ef4d31d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 30 Mar 2010 02:35:49 +0200 Subject: Emit #pragma system_header after the inclusion guard, not before. --- lib/float.in.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/float.in.h') diff --git a/lib/float.in.h b/lib/float.in.h index b4ea3436fe..caf822f1d0 100644 --- a/lib/float.in.h +++ b/lib/float.in.h @@ -15,12 +15,12 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#ifndef _GL_FLOAT_H + #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif -#ifndef _GL_FLOAT_H - /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_FLOAT_H@ -- cgit v1.2.1