comparison modules/iconv_open @ 10375:f96e845fc36d

Avoid some "gcc -pedantic" warnings.
author Bruno Haible <bruno@clisp.org>
date Sat, 30 Aug 2008 03:09:15 +0200
parents 7581db129a32
children 847f612e069f
comparison
equal deleted inserted replaced
10374:a51b8c09e5d1 10375:f96e845fc36d
28 # We need the following in order to create <iconv.h> when the system 28 # We need the following in order to create <iconv.h> when the system
29 # doesn't have one that works with the given compiler. 29 # doesn't have one that works with the given compiler.
30 iconv.h: iconv.in.h 30 iconv.h: iconv.in.h
31 rm -f $@-t $@ 31 rm -f $@-t $@
32 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ 32 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
33 sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ 33 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
34 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
34 -e 's|@''NEXT_ICONV_H''@|$(NEXT_ICONV_H)|g' \ 35 -e 's|@''NEXT_ICONV_H''@|$(NEXT_ICONV_H)|g' \
35 -e 's|@''ICONV_CONST''@|$(ICONV_CONST)|g' \ 36 -e 's|@''ICONV_CONST''@|$(ICONV_CONST)|g' \
36 -e 's|@''REPLACE_ICONV''@|$(REPLACE_ICONV)|g' \ 37 -e 's|@''REPLACE_ICONV''@|$(REPLACE_ICONV)|g' \
37 -e 's|@''REPLACE_ICONV_OPEN''@|$(REPLACE_ICONV_OPEN)|g' \ 38 -e 's|@''REPLACE_ICONV_OPEN''@|$(REPLACE_ICONV_OPEN)|g' \
38 -e 's|@''REPLACE_ICONV_UTF''@|$(REPLACE_ICONV_UTF)|g' \ 39 -e 's|@''REPLACE_ICONV_UTF''@|$(REPLACE_ICONV_UTF)|g' \