Mercurial > hg > octave-nkf > gnulib-hg
comparison lib/dirent.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 | bbbbbf4cd1c5 |
children | 8668b19a7032 |
comparison
equal
deleted
inserted
replaced
10374:a51b8c09e5d1 | 10375:f96e845fc36d |
---|---|
1 /* Wrapper around <dirent.h>. | 1 /* Wrapper around <dirent.h>. |
2 Copyright (C) 2006-2007 Free Software Foundation, Inc. | 2 Copyright (C) 2006-2008 Free Software Foundation, Inc. |
3 | 3 |
4 This program is free software: you can redistribute it and/or modify | 4 This program is free software: you can redistribute it and/or modify |
5 it under the terms of the GNU General Public License as published by | 5 it under the terms of the GNU General Public License as published by |
6 the Free Software Foundation; either version 3 of the License, or | 6 the Free Software Foundation; either version 3 of the License, or |
7 (at your option) any later version. | 7 (at your option) any later version. |
13 | 13 |
14 You should have received a copy of the GNU General Public License | 14 You should have received a copy of the GNU General Public License |
15 along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 15 along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
16 | 16 |
17 #ifndef _GL_DIRENT_H | 17 #ifndef _GL_DIRENT_H |
18 | |
19 @PRAGMA_SYSTEM_HEADER@ | |
18 | 20 |
19 /* The include_next requires a split double-inclusion guard. */ | 21 /* The include_next requires a split double-inclusion guard. */ |
20 #@INCLUDE_NEXT@ @NEXT_DIRENT_H@ | 22 #@INCLUDE_NEXT@ @NEXT_DIRENT_H@ |
21 | 23 |
22 #ifndef _GL_DIRENT_H | 24 #ifndef _GL_DIRENT_H |