mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-05 14:40:42 +08:00
* libltdl/libltdl/lt__glibc.h: Wrap included argz.h in
`extern "C"', for broken headers on Cygwin.
This commit is contained in:
parent
eb5e2e11ce
commit
4936fb4a91
@ -1,3 +1,9 @@
|
||||
2006-09-04 George Bosilca <bosilca@cs.utk.edu>
|
||||
and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* libltdl/libltdl/lt__glibc.h: Wrap included argz.h in
|
||||
`extern "C"', for broken headers on Cygwin.
|
||||
|
||||
2006-09-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* tests/testsuite.at: Test `unset' on a set variable; older
|
||||
|
@ -55,8 +55,16 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
# define argz_stringify lt__argz_stringify
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <argz.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
# define slist_concat lt__slist_concat
|
||||
# define slist_cons lt__slist_cons
|
||||
# define slist_delete lt__slist_delete
|
||||
|
Loading…
Reference in New Issue
Block a user