Fix some gcc-4.4-isms, should build now on 4.1+.

This commit is contained in:
Graydon Hoare
2012-03-28 13:49:39 -07:00
parent 211d41948a
commit c141e7a068
4 changed files with 10 additions and 2 deletions

View File

@@ -3,11 +3,12 @@
#define __STDC_LIMIT_MACROS 1
#endif
#include <vector>
#include "rust_internal.h"
#include "rust_util.h"
#include "rust_scheduler.h"
#include <vector>
#define KLOG_(...) \
KLOG(this, kern, __VA_ARGS__)
#define KLOG_ERR_(field, ...) \