mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-19 15:50:25 +08:00
resident: Fixed syntax error with g++ compilation
A function used in a test was not returning a value, while an int was expected so the test would fail to compile. tests/resident.at: Return the result of atexit().
This commit is contained in:
parent
d794bda49c
commit
c1afb230e1
@ -116,7 +116,7 @@ extern "C"
|
||||
int
|
||||
setup_plugin (void)
|
||||
{
|
||||
atexit (bye);
|
||||
return atexit (bye);
|
||||
}
|
||||
]])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user