Fixed Win32 compile errors.

This commit is contained in:
Eric Holk
2011-06-28 11:12:00 -07:00
committed by Graydon Hoare
parent 49a8cb34d2
commit 2f84987a48
2 changed files with 7 additions and 7 deletions

View File

@@ -57,7 +57,7 @@ rust_task::rust_task(rust_dom *dom, rust_task_list *state,
maybe_proxy<rust_task>(this),
stk(NULL),
runtime_sp(0),
rust_sp(NULL),
rust_sp(0),
gc_alloc_chain(0),
dom(dom),
cache(NULL),