Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3653

Show
Ignore:
Timestamp:
06/20/08 18:01:14 (4 months ago)
Author:
sean
Message:

Merged in DMD 1.031 changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/compiler/dmd/aaA.d

    r3462 r3653  
    440440 
    441441                    aa.a.nodes--; 
    442  
    443                     // Should notify GC that e can be free'd now 
     442                    gc_free(e); 
    444443                    break; 
    445444                } 
  • trunk/lib/compiler/gdc/aaA.d

    r3462 r3653  
    441441 
    442442                    aa.a.nodes--; 
    443  
    444                     // Should notify GC that e can be free'd now 
     443                    gc_free(e); 
    445444                    break; 
    446445                }