libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in libltdl/ltdl.c?


From: Steve Ellcey
Subject: Bug in libltdl/ltdl.c?
Date: Fri, 6 Apr 2001 15:52:55 -0700 (PDT)

Sorry for not doing a formal patch file but I was building libtool from
the latest mainline sources and it looks like there is a bug / syntax
error in libltdl/ltdl.c.  On line 692 there is a line:

lt_module module (lt_module) 0;

I think it supposed to be:

lt_module module = (lt_module) 0;

Can someone verify this and fix it?

Steve Ellcey
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]