fix -f
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@334 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
f255ec7532
commit
a60e61f507
@ -16,6 +16,15 @@
|
|||||||
|
|
||||||
<h2>Yap-4.3.21:</h2>
|
<h2>Yap-4.3.21:</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>NEW: yap_flag(argv,L) (Nicos Angelopoulos).</li>
|
||||||
|
<li>FIXED: make user the name of the first three streams.</li>
|
||||||
|
<li>NEW: reachable/3 in ugraphs (Nicos Angelopoulos).</li>
|
||||||
|
<li>NEW: -f flag in boot (Nicos Angelopoulos).</li>
|
||||||
|
<li>FIXED: manual html warnings (Nicos Angelopoulos).</li>
|
||||||
|
<li>NEW: yap_flag(informational_messages) allows disabling
|
||||||
|
informational messages (Nicos Angelopoulos).</li>
|
||||||
|
<li>FIXED: lcc would choke when compiling Yap.</li>
|
||||||
|
<li>FIXED: simplesim miscompilations.</li>
|
||||||
<li>FIXED: more SICStus like top-level messaging (Nicos Angelopoulos).</li>
|
<li>FIXED: more SICStus like top-level messaging (Nicos Angelopoulos).</li>
|
||||||
<li>FIXED: missing WIN32 interface declaration (Christophe Billard).</li>
|
<li>FIXED: missing WIN32 interface declaration (Christophe Billard).</li>
|
||||||
<li>FIXED: alarm was not working in WIN32 (Tolga Konick).</li>
|
<li>FIXED: alarm was not working in WIN32 (Tolga Konick).</li>
|
||||||
|
2
configure
vendored
2
configure
vendored
@ -1817,7 +1817,7 @@ else
|
|||||||
yap_cv_trail_space=0
|
yap_cv_trail_space=0
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
if test $tabling = yes -o $orparallelism = yes -o "$CC" = "sslittle-na-sstrix-gcc"
|
if test $tabling = yes -o $orparallelism = yes
|
||||||
then
|
then
|
||||||
cat >>confdefs.h <<\EOF
|
cat >>confdefs.h <<\EOF
|
||||||
#define MinHeapSpace (400*SIZEOF_INT_P)
|
#define MinHeapSpace (400*SIZEOF_INT_P)
|
||||||
|
@ -102,7 +102,7 @@ AC_ARG_WITH(trail-space,
|
|||||||
fi,
|
fi,
|
||||||
[yap_cv_trail_space=0])
|
[yap_cv_trail_space=0])
|
||||||
|
|
||||||
if test $tabling = yes -o $orparallelism = yes -o "$CC" = "sslittle-na-sstrix-gcc"
|
if test $tabling = yes -o $orparallelism = yes
|
||||||
then
|
then
|
||||||
AC_DEFINE(MinHeapSpace, (400*SIZEOF_INT_P))
|
AC_DEFINE(MinHeapSpace, (400*SIZEOF_INT_P))
|
||||||
AC_DEFINE(MinStackSpace,(300*SIZEOF_INT_P))
|
AC_DEFINE(MinStackSpace,(300*SIZEOF_INT_P))
|
||||||
|
Reference in New Issue
Block a user