Remove the C++ runtime. Sayonara

This commit is contained in:
Brian Anderson
2013-07-31 23:12:20 -07:00
parent d392556160
commit b75915d0ca
62 changed files with 288 additions and 6458 deletions

View File

@@ -12,7 +12,8 @@
#define RUST_UTIL_H
#include <limits.h>
#include "rust_task.h"
#include "rust_exchange_alloc.h"
#include "rust_type.h"
#include "rust_env.h"
extern struct type_desc str_body_tydesc;