Changeset 790:e6fe47d46783
- Timestamp:
- 11/26/08 20:16:55
(1 month ago)
- Author:
- Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
- branch:
- default
- Message:
Updated tango patch, the object.di changes are now in tango trunk
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r777 |
r790 |
|
| 1 | | Index: object.di |
|---|
| 2 | | =================================================================== |
|---|
| 3 | | --- object.di (revision 4110) |
|---|
| 4 | | +++ object.di (working copy) |
|---|
| 5 | | @@ -150,6 +150,9 @@ |
|---|
| 6 | | void function() dtor; |
|---|
| 7 | | void function() unitTest; |
|---|
| 8 | | |
|---|
| 9 | | + void* xgetMembers; |
|---|
| 10 | | + void function() ictor; |
|---|
| 11 | | + |
|---|
| 12 | | static int opApply( int delegate( inout ModuleInfo ) ); |
|---|
| 13 | | } |
|---|
| 14 | | |
|---|
| 15 | 1 | Index: lib/unittest.sh |
|---|
| 16 | 2 | =================================================================== |
|---|