* libltdl/ltdl.c (lt_dlexit): Remove lvalue cast.

This commit is contained in:
Andreas Schwab 2004-08-30 11:46:39 +00:00 committed by Gary V. Vaughan
parent 7161656f9a
commit b6528220ee
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -294,7 +294,7 @@ lt_dlexit (void)
if ((vtable = lt_dlloader_remove (vtable->name)))
{
FREE ((void *) vtable);
FREE (vtable);
}
else
{