Branch: Tag:

2001-01-20

2001-01-20 13:46:43 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

made static modules behave more like dynamic modules..

Rev: lib/modules/__builtin_dirnode.pmod:1.1
Rev: src/modules/static_module_makefile.in:1.59
Rev: src/testsuite.in:1.377

1: - test_true([["$Id: testsuite.in,v 1.376 2001/01/19 15:19:51 mast Exp $"]]); + test_true([["$Id: testsuite.in,v 1.377 2001/01/20 13:46:42 hubbe Exp $"]]);      cond([[all_constants()->_verify_internals]],   [[
5658:      // - next_object   test_true(objectp(next_object())) - test_any(int e;object o=next_object(); for(e=0;e<10000 && o;e++) o=next_object(o); return o,0) + test_any(int e;object o=next_object(); for(e=0;e<10000 && (o || objectp(o));e++) o=next_object(o); return o,0)      // - object_program   test_true(programp(object_program(this_object())))