pike.git / src / testsuite.in

version» Context lines:

pike.git/src/testsuite.in:1782:    foo = o;    c = count++;    }       protected void _destruct()    {    count--;    if (count != c)    error ("Destruct out of sequence, "    "%d destructed when %d should be.\n", c, count); -  object x = foo && Foo(0); +  object|zero x = foo && Foo(0);    x = 0;    // Cause call to destruct_objects_to_destruct.    for (int j = 0; j < 10; j++) write ("");    }    }       mixed eat_stack(int|void probe)    {    // Avoid eating as much C-stack by releasing the    // catch at every level.