Changeset 3653
- Timestamp:
- 06/20/08 18:01:14 (4 months ago)
- Files:
-
- trunk/lib/compiler/dmd/aaA.d (modified) (1 diff)
- trunk/lib/compiler/gdc/aaA.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/compiler/dmd/aaA.d
r3462 r3653 440 440 441 441 aa.a.nodes--; 442 443 // Should notify GC that e can be free'd now 442 gc_free(e); 444 443 break; 445 444 } trunk/lib/compiler/gdc/aaA.d
r3462 r3653 441 441 442 442 aa.a.nodes--; 443 444 // Should notify GC that e can be free'd now 443 gc_free(e); 445 444 break; 446 445 }












