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

Ticket #421: tango-unbreak.patch

File tango-unbreak.patch, 0.5 kB (added by afb, 2 years ago)

tango-unbreak.patch

  • lib/compiler/gdc/genobj.d

    old new  
    6767+/ 
    6868alias size_t hash_t; 
    6969 
    70 /** 
     70/+/** 
    7171 * Internal struct pointed to by the hidden .monitor member. 
    7272 */ 
    7373struct Monitor 
     
    7575    void delegate(Object)[] delegates; 
    7676 
    7777    /* More stuff goes here defined by internal/monitor.c */ 
    78 } 
     78}+/ 
    7979 
    8080/** 
    8181 * All D class objects inherit from Object.