Tidy up multiple declarations and STDC_FOO_MACROS guards in headers.

This commit is contained in:
Graydon Hoare
2012-03-28 14:26:38 -07:00
parent 45c74f04ab
commit 2aaca455b9
9 changed files with 33 additions and 72 deletions

View File

@@ -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"