about summary refs log tree commit diff
path: root/src/rt/rust_kernel.cpp
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2012-03-28 14:26:38 -0700
committerGraydon Hoare <graydon@mozilla.com>2012-03-28 14:26:51 -0700
commit2aaca455b93351847c0c267a24a3f8c3eb6920a7 (patch)
tree8ffb748385e1c340a9f50cc8e5f10528cab311ba /src/rt/rust_kernel.cpp
parent45c74f04ab8ffdc7497159fbc9927b0025e485de (diff)
downloadrust-2aaca455b93351847c0c267a24a3f8c3eb6920a7.tar.gz
rust-2aaca455b93351847c0c267a24a3f8c3eb6920a7.zip
Tidy up multiple declarations and STDC_FOO_MACROS guards in headers.
Diffstat (limited to 'src/rt/rust_kernel.cpp')
-rw-r--r--src/rt/rust_kernel.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rt/rust_kernel.cpp b/src/rt/rust_kernel.cpp
index 3b6ddbe4db2..e74819ab318 100644
--- a/src/rt/rust_kernel.cpp
+++ b/src/rt/rust_kernel.cpp
@@ -1,8 +1,3 @@
-// A workaround that makes INTPTR_MAX be visible
-#ifdef __FreeBSD__
-#define __STDC_LIMIT_MACROS 1
-#endif
-
 #include "rust_internal.h"
 #include "rust_util.h"
 #include "rust_scheduler.h"