summaryrefslogtreecommitdiff
path: root/lib/sys_times.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/sys_times.in.h
parentf5e328c1b9481fedbe4134404155b1c89d0aeded (diff)
downloadgnulib-e046ffb123d352dec87f91fc638490572ef4d31d.tar.gz
Emit #pragma system_header after the inclusion guard, not before.
Diffstat (limited to 'lib/sys_times.in.h')
-rw-r--r--lib/sys_times.in.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sys_times.in.h b/lib/sys_times.in.h
index 1b66bbdf98..57f3a7209d 100644
--- a/lib/sys_times.in.h
+++ b/lib/sys_times.in.h
@@ -20,12 +20,12 @@
/* This file is supposed to be used on platforms where <sys/times.h>
is missing. */
+#ifndef _GL_SYS_TIMES_H
+
# if __GNUC__ >= 3
@PRAGMA_SYSTEM_HEADER@
# endif
-#ifndef _GL_SYS_TIMES_H
-
# if @HAVE_SYS_TIMES_H@
# @INCLUDE_NEXT@ @NEXT_SYS_TIMES_H@
# endif