comparison lib/stdio.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 ac6f431cc95d
children 049c445485ee
comparison
equal deleted inserted replaced
10654:c64ea4eea695 10655:8668b19a7032
14 14
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 #if __GNUC__ >= 3
19 @PRAGMA_SYSTEM_HEADER@ 20 @PRAGMA_SYSTEM_HEADER@
21 #endif
20 22
21 #if defined __need_FILE || defined __need___FILE 23 #if defined __need_FILE || defined __need___FILE
22 /* Special invocation convention inside glibc header files. */ 24 /* Special invocation convention inside glibc header files. */
23 25
24 #@INCLUDE_NEXT@ @NEXT_STDIO_H@ 26 #@INCLUDE_NEXT@ @NEXT_STDIO_H@