libtool-patches
[Top][All Lists]
Advanced

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

Re: Prototype fixes for libltdl/ltdl.c in HEAD


From: libtool-patches
Subject: Re: Prototype fixes for libltdl/ltdl.c in HEAD
Date: Mon, 1 Oct 2001 09:19:18 -0500
User-agent: Mutt/1.2.5i

On Thu, Sep 20, 2001 at 08:28:18AM -0500, address@hidden wrote:
> Match function return type with prototype for libltdl/ltdl.c in HEAD.
> HP-UX cc issues warnings otherwise.

One more I missed.

-- 
albert chin (address@hidden)

-- snip snip
2001-10-01  Albert Chin-A-Young <address@hidden>

        * libltdl/ltdl.c: Match function return type with prototype
        (add static initializer to some functions).

Index: libltdl/ltdl.c
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/ltdl.c,v
retrieving revision 1.159
diff -u -3 -p -r1.159 ltdl.c
--- libltdl/ltdl.c      2001/09/21 17:38:39     1.159
+++ libltdl/ltdl.c      2001/10/01 14:17:15
@@ -2924,7 +2924,7 @@ lt_dlopen (filename)
 
 /* If the last error messge store was `FILE_NOT_FOUND', then return
    non-zero.  */
-int
+static int
 file_not_found ()
 {
   const char *error = 0;



reply via email to

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