summaryrefslogtreecommitdiff
path: root/lib/locale.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/locale.in.h
parentf5e328c1b9481fedbe4134404155b1c89d0aeded (diff)
downloadgnulib-e046ffb123d352dec87f91fc638490572ef4d31d.tar.gz
Emit #pragma system_header after the inclusion guard, not before.
Diffstat (limited to 'lib/locale.in.h')
-rw-r--r--lib/locale.in.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/locale.in.h b/lib/locale.in.h
index 26059bae3d..ad92d8f2b0 100644
--- a/lib/locale.in.h
+++ b/lib/locale.in.h
@@ -14,12 +14,12 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#ifndef _GL_LOCALE_H
+
#if __GNUC__ >= 3
@PRAGMA_SYSTEM_HEADER@
#endif
-#ifndef _GL_LOCALE_H
-
/* The include_next requires a split double-inclusion guard. */
#@INCLUDE_NEXT@ @NEXT_LOCALE_H@