summaryrefslogtreecommitdiff
path: root/lib/stdint.in.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-30 02:35:49 +0200
committerBruno Haible <bruno@clisp.org>2010-03-30 02:35:49 +0200
commite046ffb123d352dec87f91fc638490572ef4d31d (patch)
tree026a906f722814e6c8cfdaee49191e83ae27f0c7 /lib/stdint.in.h
parentf5e328c1b9481fedbe4134404155b1c89d0aeded (diff)
downloadgnulib-e046ffb123d352dec87f91fc638490572ef4d31d.tar.gz
Emit #pragma system_header after the inclusion guard, not before.
Diffstat (limited to 'lib/stdint.in.h')
-rw-r--r--lib/stdint.in.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/stdint.in.h b/lib/stdint.in.h
index 0979a95682..a861c07940 100644
--- a/lib/stdint.in.h
+++ b/lib/stdint.in.h
@@ -21,12 +21,12 @@
* <http://www.opengroup.org/susv3xbd/stdint.h.html>
*/
-# if __GNUC__ >= 3
-@PRAGMA_SYSTEM_HEADER@
-# endif
-
#ifndef _GL_STDINT_H
+#if __GNUC__ >= 3
+@PRAGMA_SYSTEM_HEADER@
+#endif
+
/* When including a system file that in turn includes <inttypes.h>,
use the system <inttypes.h>, not our substitute. This avoids
problems with (for example) VMS, whose <sys/bitypes.h> includes