comparison lib/sys_time.in.h @ 10655:8668b19a7032

Avoid gcc warnings because of #pragma GCC system_header on older gcc.
author Bruno Haible <bruno@clisp.org>
date Sat, 18 Oct 2008 02:43:18 +0200
parents f96e845fc36d
children 4a02c5d90eaf
comparison
equal deleted inserted replaced
10654:c64ea4eea695 10655:8668b19a7032
16 along with this program; if not, write to the Free Software Foundation, 16 along with this program; if not, write to the Free Software Foundation,
17 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ 17 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
18 18
19 /* Written by Paul Eggert. */ 19 /* Written by Paul Eggert. */
20 20
21 #if __GNUC__ >= 3
21 @PRAGMA_SYSTEM_HEADER@ 22 @PRAGMA_SYSTEM_HEADER@
23 #endif
22 24
23 #if defined _GL_SYS_TIME_H 25 #if defined _GL_SYS_TIME_H
24 26
25 /* Simply delegate to the system's header, without adding anything. */ 27 /* Simply delegate to the system's header, without adding anything. */
26 # if @HAVE_SYS_TIME_H@ 28 # if @HAVE_SYS_TIME_H@