On Wed, Jan 10, 2001 at 05:13:58PM +0100, Aldo Calpini wrote:
> that did the build. but still, nmake test fails:
I am coming to hate threads with a vengeance. Here, try this:
--- ../B-Generate-0.03/test.pl Wed Jan 10 00:22:56 2001
+++ test.pl Wed Jan 10 16:21:51 2001
@@ -19,7 +19,9 @@
for(
$x = B::main_start;
- B::opnumber("const") != $x->type || $x->sv->sv != 30;
+ B::opnumber("const") != $x->type ||
+ !$x->can("sv") || !$x->sv->can("sv") || # Threading brokenness
+ $x->sv->sv != 30;
$x=$x->next){}
$x->sv(13);
--
<fimmtiu> Sucks really Forth. Ugh.