]> git.ipfire.org Git - thirdparty/libtool.git/commit
* ltdl.m4 (AC_C_INLINE): No longer required.
authorGary V. Vaughan <gary@gnu.org>
Tue, 24 Apr 2001 23:03:33 +0000 (23:03 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 24 Apr 2001 23:03:33 +0000 (23:03 +0000)
commit84768481add798ee8b6e406dfd2b45eab12cba2e
treed89db27acf3220603ae4281266af9d929807713d
parent700a6e9a7f585ce47a81c0ce63ca494f79f18e75
* ltdl.m4 (AC_C_INLINE): No longer required.
* libltdl/ltdl.c (strdup, strcmp, strchr, strrchr, memcpy, trim,
free_vars):  Revoke inline keyword from declarations.  `static
inline' is not very portable, and in addition Unixware 7.1.1's
compiler says you can't access static variables from inline
functions.
Reported by Peter Eisentraut  <peter_e@gmx.net>
ChangeLog
libltdl/ltdl.c
ltdl.m4