updates for nobug 201001.2
dumping got a new api, surprisingly everything else works...
This commit is contained in:
parent
9f76cbf3e9
commit
8254b3fbda
3 changed files with 4 additions and 7 deletions
|
|
@ -188,7 +188,7 @@ AC_CHECK_HEADER([execinfo.h], AC_DEFINE(HAVE_EXECINFO_H))
|
|||
PKG_CHECK_MODULES(VALGRIND, [valgrind], AC_DEFINE(HAVE_VALGRIND_H),
|
||||
AC_MSG_NOTICE([valgrind not found (optional)]))
|
||||
|
||||
PKG_CHECK_MODULES(NOBUGMT_LUMIERA, [nobugmt >= 201001.1],
|
||||
PKG_CHECK_MODULES(NOBUGMT_LUMIERA, [nobugmt >= 201001.2],
|
||||
AC_DEFINE(HAVE_NOBUGMT_H),
|
||||
AC_MSG_ERROR([Missing required nobug version (http://www.lumiera.org/nobug_manual.html)])
|
||||
)
|
||||
|
|
|
|||
|
|
@ -477,9 +477,7 @@ mpool_reserve (MPool self, unsigned nelements)
|
|||
void
|
||||
nobug_mpool_dump (const_MPool self,
|
||||
const int depth,
|
||||
const char* file,
|
||||
const int line,
|
||||
const char* func)
|
||||
const struct nobug_context dump_context)
|
||||
{
|
||||
if (self && depth)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -234,9 +234,8 @@ mpool_free (MPool self, void* element);
|
|||
void
|
||||
nobug_mpool_dump (const_MPool self,
|
||||
const int depth,
|
||||
const char* file,
|
||||
const int line,
|
||||
const char* func);
|
||||
const struct nobug_context dump_context);
|
||||
|
||||
|
||||
/*
|
||||
// Local Variables:
|
||||
|
|
|
|||
Loading…
Reference in a new issue