Changeset 2090
- Timestamp:
- 04/20/07 15:11:47 (2 years ago)
- Files:
-
- trunk/lib/compiler/gdc/genobj.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/compiler/gdc/genobj.d
r2076 r2090 69 69 70 70 /** 71 * Internal struct pointed to by the hidden .monitor member.72 */73 struct Monitor74 {75 void delegate(Object)[] delegates;76 77 /* More stuff goes here defined by internal/monitor.c */78 }79 80 /**81 71 * All D class objects inherit from Object. 82 72 */












