From 954cd09b6450cbe65bf6dc24b0a3d7506b2b5eb0 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Sun, 3 Oct 2004 17:22:50 +0000 Subject: [PATCH] * libltdl/lt__alloc.h (lt__alloc_die): Declare with LT_SCOPE as per Ralf's original patch. Reported by Bob Friesenhahn --- ChangeLog | 4 ++++ libltdl/lt__alloc.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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); -- 2.47.2