mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-31 16:10:35 +08:00
* libltdl/ltdl.c (lt_dlexit): Remove lvalue cast.
This commit is contained in:
parent
7161656f9a
commit
b6528220ee
@ -1,5 +1,7 @@
|
||||
2004-08-30 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* libltdl/ltdl.c (lt_dlexit): Remove lvalue cast.
|
||||
|
||||
* libltdl/slist.h (SListCallback): Fix missing type.
|
||||
|
||||
* config/ltmain.in: Accept --mode=relink.
|
||||
|
@ -294,7 +294,7 @@ lt_dlexit (void)
|
||||
|
||||
if ((vtable = lt_dlloader_remove (vtable->name)))
|
||||
{
|
||||
FREE ((void *) vtable);
|
||||
FREE (vtable);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user