Changeset 630
- Timestamp:
- 08/27/10 01:52:21 (1 year ago)
- Files:
-
- trunk/src/opover.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/opover.c
r488 r630 475 475 Objects *targsi = NULL; 476 476 #if DMDV2 477 if (!s && !s_r && op != TOKequal && op != TOKnotequal )477 if (!s && !s_r && op != TOKequal && op != TOKnotequal && op != TOKassign) 478 478 { /* Try the new D2 scheme, opBinary and opBinaryRight 479 479 */
