From: Gary V. Vaughan Date: Sun, 3 Oct 2004 17:22:50 +0000 (+0000) Subject: * libltdl/lt__alloc.h (lt__alloc_die): Declare with LT_SCOPE as X-Git-Tag: release-1-9d~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=954cd09b6450cbe65bf6dc24b0a3d7506b2b5eb0;p=thirdparty%2Flibtool.git * libltdl/lt__alloc.h (lt__alloc_die): Declare with LT_SCOPE as per Ralf's original patch. Reported by Bob Friesenhahn --- diff --git a/ChangeLog b/ChangeLog index cfb03fc38..f22c67445 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-10-03 Gary V. Vaughan + * libltdl/lt__alloc.h (lt__alloc_die): Declare with LT_SCOPE as + per Ralf's original patch. + Reported by Bob Friesenhahn + * libltdl/Makefile.am (libltdlc_la_LIBADD): Don't use libdlloader_la_OBJECTS, an undocumented Automake internal variable... diff --git a/libltdl/lt__alloc.h b/libltdl/lt__alloc.h index e1a3aa677..579ea7391 100644 --- a/libltdl/lt__alloc.h +++ b/libltdl/lt__alloc.h @@ -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);