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


Don <clugd...@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


--- Comment #1 from Don <clugd...@yahoo.com.au> 2010-01-05 04:38:28 PST ---
ROOT CAUSE: This was a bug in my patch to bug 3190.

PATCH:
expression.c, DsymbolExp::semantic(), line 2359.

    if ((v->storage_class & STCmanifest) && v->init)
    {
        e = v->init->toExpression();
-        e->semantic(sc);
+        e = e->semantic(sc);
        return e;
    }

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to