comparison lib/sys_time.in.h @ 10375:f96e845fc36d

Avoid some "gcc -pedantic" warnings.
author Bruno Haible <bruno@clisp.org>
date Sat, 30 Aug 2008 03:09:15 +0200
parents a553c18c572d
children 8668b19a7032
comparison
equal deleted inserted replaced
10374:a51b8c09e5d1 10375:f96e845fc36d
1 /* Provide a more complete sys/time.h. 1 /* Provide a more complete sys/time.h.
2 2
3 Copyright (C) 2007 Free Software Foundation, Inc. 3 Copyright (C) 2007-2008 Free Software Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2, or (at your option) 7 the Free Software Foundation; either version 2, or (at your option)
8 any later version. 8 any later version.
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
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
21 @PRAGMA_SYSTEM_HEADER@
20 22
21 #if defined _GL_SYS_TIME_H 23 #if defined _GL_SYS_TIME_H
22 24
23 /* Simply delegate to the system's header, without adding anything. */ 25 /* Simply delegate to the system's header, without adding anything. */
24 # if @HAVE_SYS_TIME_H@ 26 # if @HAVE_SYS_TIME_H@