]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/ltdl.c: Match function return type with prototype
authorAlbert Chin-A-Young <china@thewrittenword.com>
Thu, 4 Oct 2001 14:53:19 +0000 (14:53 +0000)
committerRobert Boehne <rboehne@gnu.org>
Thu, 4 Oct 2001 14:53:19 +0000 (14:53 +0000)
(add static initializer to file_not_found).

ChangeLog
libltdl/ltdl.c

index db6b0a501597c38a45870fe27e1366eac591d893..fb7f579ee17f0a04764ddff86eced802e520d7ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-04  Albert Chin-A-Young <china@thewrittenword.com>
+
+       * libltdl/ltdl.c: Match function return type with prototype
+       (add static initializer to file_not_found).
+
 2001-09-30  Gary V. Vaughan  <gary@gnu.org>
 
        * libtool.m4 (AC_LIBLTDL_CONVENIENCE): s/INCLTDL/LTDLINCL/ for
index c0b050fc899f3d84f14b7e1697f684a4319a307e..53a9d758e2471341ddb9b4b739fc66cd006c99c3 100644 (file)
@@ -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;