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

Changeset 2628

Show
Ignore:
Timestamp:
10/05/07 05:37:55 (1 year ago)
Author:
larsivi
Message:

Removed hack to work around dmd bug, it was not the correct fix. refs #561

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/common/tango/posix.mak

    r2623 r2628  
    124124 
    125125install : 
    126 ### HACK: This echo line is to work around a compiler bug. 
    127     echo "static this();" >> core/Thread.di 
    128126    $(MD) $(INC_DEST) 
    129127    find . -name "*.di" -exec cp -f {} $(INC_DEST)/{} \;