Change the interface of placement new to take a tydesc as part of Issue #2831.

This commit is contained in:
Michael Sullivan
2012-07-09 17:23:13 -07:00
parent a7897b3ef3
commit 120773b2a7
7 changed files with 42 additions and 27 deletions

View File

@@ -10,8 +10,8 @@ export log_str;
export lock_and_signal, condition, methods;
enum type_desc = {
size: libc::size_t,
align: libc::size_t
size: uint,
align: uint
// Remaining fields not listed
};