diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2011-06-27 10:08:57 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2011-06-27 10:08:57 -0700 |
| commit | bc9fa31618207ae71d3db9cc6eef505645cdc893 (patch) | |
| tree | ed2230a1ae0c4671e311f36f264f24e7d3702497 /src/rt/rust_upcall.cpp | |
| parent | 022ebc198b9e9e42880a4f3bcd31565533333296 (diff) | |
| download | rust-bc9fa31618207ae71d3db9cc6eef505645cdc893.tar.gz rust-bc9fa31618207ae71d3db9cc6eef505645cdc893.zip | |
A little tidying in rt.
Diffstat (limited to 'src/rt/rust_upcall.cpp')
| -rw-r--r-- | src/rt/rust_upcall.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_upcall.cpp b/src/rt/rust_upcall.cpp index 885f82ddac3..022735f05dc 100644 --- a/src/rt/rust_upcall.cpp +++ b/src/rt/rust_upcall.cpp @@ -571,7 +571,7 @@ upcall_new_thread(rust_task *task, const char *name) { return child_task_proxy; } -#if 0 /* TODO: this code will be re-enabled once we have multithreading. */ +#if 0 /* FIXME: this code will be re-enabled once we have multithreading. */ #if defined(__WIN32__) static DWORD WINAPI rust_thread_start(void *ptr) |
