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

Changeset 2090

Show
Ignore:
Timestamp:
04/20/07 15:11:47 (2 years ago)
Author:
sean
Message:

Fix for issue #421.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/compiler/gdc/genobj.d

    r2076 r2090  
    6969 
    7070/** 
    71  * Internal struct pointed to by the hidden .monitor member. 
    72  */ 
    73 struct Monitor 
    74 { 
    75     void delegate(Object)[] delegates; 
    76  
    77     /* More stuff goes here defined by internal/monitor.c */ 
    78 } 
    79  
    80 /** 
    8171 * All D class objects inherit from Object. 
    8272 */