* renamed udd to ctx in qse_mmgr_t
* fixed problems in build and test scripts
This commit is contained in:
@ -1 +1 @@
|
||||
SUBDIRS = cmn awk cut sed
|
||||
SUBDIRS = cmn awk cut sed net
|
||||
|
@ -230,7 +230,7 @@ target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
SUBDIRS = cmn awk cut sed
|
||||
SUBDIRS = cmn awk cut sed net
|
||||
all: all-recursive
|
||||
|
||||
.SUFFIXES:
|
||||
|
@ -110,7 +110,7 @@ static int test2 ()
|
||||
return -1;
|
||||
}
|
||||
|
||||
mmgr.udd = fma;
|
||||
mmgr.ctx = fma;
|
||||
if (qse_rbt_init (&rbt, &mmgr, QSE_SIZEOF(long), QSE_SIZEOF(long)) == QSE_NULL)
|
||||
{
|
||||
qse_printf (QSE_T("cannot initialize a tree\n"));
|
||||
|
@ -165,7 +165,7 @@ static int test5 ()
|
||||
return -1;
|
||||
}
|
||||
|
||||
xmammgr.udd = xma1;
|
||||
xmammgr.xma = xma1;
|
||||
|
||||
xma2 = qse_xma_open (&xmammgr, 0, 500000L);
|
||||
if (xma1 == QSE_NULL)
|
||||
|
Reference in New Issue
Block a user