change
authorbdemsky <bdemsky>
Sat, 2 Jul 2011 04:23:21 +0000 (04:23 +0000)
committerbdemsky <bdemsky>
Sat, 2 Jul 2011 04:23:21 +0000 (04:23 +0000)
Robust/src/Runtime/bamboo/gctypes.h [new file with mode: 0644]

diff --git a/Robust/src/Runtime/bamboo/gctypes.h b/Robust/src/Runtime/bamboo/gctypes.h
new file mode 100644 (file)
index 0000000..a509366
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef GCTYPES
+#define GCTYPES
+typedef int block_t;
+
+
+#endif