Branch: Tag:

1999-09-16

1999-09-16 23:56:12 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

some bugfixes for the compiler and array allocation

Rev: src/array.c:1.54
Rev: src/docode.c:1.50
Rev: src/las.c:1.87
Rev: src/testsuite.in:1.196

1: - test_true([["$Id: testsuite.in,v 1.195 1999/09/14 22:54:52 noring Exp $"]]) + test_true([["$Id: testsuite.in,v 1.196 1999/09/16 23:56:12 hubbe Exp $"]])   cond([[all_constants()->_verify_internals]],   [[    test_do(_verify_internals())
2585:   test_true(arrayp(allocate(0)))   test_equal(allocate(2),({0,0}))   test_false(allocate(2)==({0,0})) + test_true(allocate(65536,random))      // - backtrace   test_true(arrayp(backtrace()))