comparison lib/search.in.h @ 13094:2ed0fc659db8

Emit #pragma system_header after the inclusion guard, not before.
author Bruno Haible <bruno@clisp.org>
date Tue, 30 Mar 2010 02:35:49 +0200
parents c7be8484e434
children a19ace3ba849
comparison
equal deleted inserted replaced
13093:c49b5e91ec30 13094:2ed0fc659db8
13 GNU General Public License for more details. 13 GNU General Public License for more details.
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, see <http://www.gnu.org/licenses/>. */ 16 along with this program. If not, see <http://www.gnu.org/licenses/>. */
17 17
18 #ifndef _GL_SEARCH_H
19
18 #if __GNUC__ >= 3 20 #if __GNUC__ >= 3
19 @PRAGMA_SYSTEM_HEADER@ 21 @PRAGMA_SYSTEM_HEADER@
20 #endif 22 #endif
21
22 #ifndef _GL_SEARCH_H
23 23
24 /* The include_next requires a split double-inclusion guard. */ 24 /* The include_next requires a split double-inclusion guard. */
25 #if @HAVE_SEARCH_H@ 25 #if @HAVE_SEARCH_H@
26 # @INCLUDE_NEXT@ @NEXT_SEARCH_H@ 26 # @INCLUDE_NEXT@ @NEXT_SEARCH_H@
27 #endif 27 #endif