* 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>
This commit is contained in:
Gary V. Vaughan 2004-10-03 17:22:50 +00:00
parent 452cf71bac
commit 954cd09b64
2 changed files with 5 additions and 1 deletions

View File

@ -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...

View 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);