projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9868db9
)
change
author
bdemsky
<bdemsky>
Sat, 2 Jul 2011 04:23:21 +0000
(
04:23
+0000)
committer
bdemsky
<bdemsky>
Sat, 2 Jul 2011 04:23:21 +0000
(
04:23
+0000)
Robust/src/Runtime/bamboo/gctypes.h
[new file with mode: 0644]
patch
|
blob
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
+++ b/
Robust/src/Runtime/bamboo/gctypes.h
@@ -0,0
+1,6
@@
+#ifndef GCTYPES
+#define GCTYPES
+typedef int block_t;
+
+
+#endif