mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
* 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:
parent
452cf71bac
commit
954cd09b64
@ -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...
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user