make boxes self-describing (fixes #1493)" (take 2)

this will be used to generate a new snapshot.
This commit is contained in:
Niko Matsakis
2012-02-01 18:52:08 -08:00
parent 3116643806
commit 196d69beb2
26 changed files with 582 additions and 596 deletions

View File

@@ -75,8 +75,6 @@ native mod rustrt {
fn drop_task(task_id: *rust_task);
fn get_task_pointer(id: task_id) -> *rust_task;
fn migrate_alloc(alloc: *u8, target: task_id);
fn start_task(id: task, closure: *rust_closure);
fn rust_task_is_unwinding(rt: *rust_task) -> bool;