From 00278742180faa2f2487e651f854eff133187a0e Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Thu, 6 Dec 2012 15:26:37 -0800 Subject: [PATCH] Remove bogus FIXME, closes #2889 --- src/rt/rust_abi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rt/rust_abi.cpp b/src/rt/rust_abi.cpp index 8abe5c72291..ca8448b39a1 100644 --- a/src/rt/rust_abi.cpp +++ b/src/rt/rust_abi.cpp @@ -21,7 +21,7 @@ #define HAVE_DLFCN_H #include #elif defined(_WIN32) -// FIXME #2889 +// Otherwise it's windows.h -- included in rust_abi.h #endif #define END_OF_STACK_RA (void (*)())0xdeadbeef