[Issue 1518] Crash using 'scope', 'with' and undefined 'RegExp'

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 8 18:49:24 PST 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1518





------- Comment #2 from davidl at 126.com  2007-11-08 20:49 -------
a patch to fix
statement.c 3213

int TryFinallyStatement::fallOffEnd()
{   
    if (body)
        return body->fallOffEnd();
    else
        return TRUE;
}


-- 



More information about the Digitalmars-d-bugs mailing list