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

Changeset 2522

Show
Ignore:
Timestamp:
08/28/07 03:08:42 (1 year ago)
Author:
kris
Message:

closes #450 :: example logging/logging doesn't link on Mac OS X

A big thank-you to afb for tracking this one down :)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/core/Type.d

    r2465 r2522  
    2626public enum Time : long  
    2727{ 
     28        Zero = 0L,                                 /* workaround for GDC bug */ 
     29 
    2830        TicksPerMillisecond = 10000, 
    2931        TicksPerSecond = TicksPerMillisecond * 1000,