Changeset 630

Show
Ignore:
Timestamp:
08/27/10 01:52:21 (1 year ago)
Author:
walter
Message:

bugzilla 3935 - opBinary is instantiated with '='

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/opover.c

    r488 r630  
    475475    Objects *targsi = NULL; 
    476476#if DMDV2 
    477     if (!s && !s_r && op != TOKequal && op != TOKnotequal
     477    if (!s && !s_r && op != TOKequal && op != TOKnotequal && op != TOKassign
    478478    {   /* Try the new D2 scheme, opBinary and opBinaryRight 
    479479         */