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 67 67 +/ 68 68 alias size_t hash_t; 69 69 70 / **70 /+/** 71 71 * Internal struct pointed to by the hidden .monitor member. 72 72 */ 73 73 struct Monitor … … 75 75 void delegate(Object)[] delegates; 76 76 77 77 /* More stuff goes here defined by internal/monitor.c */ 78 } 78 }+/ 79 79 80 80 /** 81 81 * All D class objects inherit from Object.










