pike t.pike
t.pike:3:Undefined identifier "foobar".
t.pike:3:Undefined identifier "foobar".
t.pike:3:Indexing a void expression.
Bus error
bill-welliver:~/caudium/src/cmods/_Caudium hww3$ pike --dumpversion
7.6.50


I thought that this was fixed, but I guess I was mistaken. There was a whole class of these that caused crashes in .24, though.

Bill

On Jan 8, 2006, at 10:36 AM, Martin Bähr wrote:

mixed __initstuff=lambda()
{
    foobar=foobar->gazong;
}();

void main()
{
    return 0;
}