]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/lt__alloc.h (lt__alloc_die): Declare with LT_SCOPE as
authorGary V. Vaughan <gary@gnu.org>
Sun, 3 Oct 2004 17:22:50 +0000 (17:22 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 3 Oct 2004 17:22:50 +0000 (17:22 +0000)
per Ralf's original patch.
Reported by Bob Friesenhahn <bfriesen@simple.dallas.tx.us>

ChangeLog
libltdl/lt__alloc.h

index cfb03fc38abcbc2290e9b00a5e8af804b70ddb8d..f22c6744507dbadf580e22500c1a9b218e15760d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2004-10-03  Gary V. Vaughan  <gary@gnu.org>
 
+       * libltdl/lt__alloc.h (lt__alloc_die): Declare with LT_SCOPE as
+       per Ralf's original patch.
+       Reported by Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
+
        * libltdl/Makefile.am (libltdlc_la_LIBADD): Don't use
        libdlloader_la_OBJECTS, an undocumented Automake internal
        variable...
index e1a3aa67787cd210c23ff0e55b2e206a645eefda..579ea739155d6637583ef80eab5ac050a214c3b9 100644 (file)
@@ -43,7 +43,7 @@ LT_BEGIN_C_DECLS
                                                        } LT_STMT_END
 
 /* If set, this function is called when memory allocation has failed.  */
-extern void (*lt__alloc_die) (void);
+LT_SCOPE void (*lt__alloc_die) (void);
 
 LT_SCOPE void *lt__malloc (size_t n);
 LT_SCOPE void *lt__zalloc (size_t n);