Mitchell Blank Jr
3471e2b134
C++ compilability - don't define types inside others
...
The following is legal code in both C and C++:
struct foo {
struct bar { int a } x;
int y;
};
...however in C++ it defines a type called "foo::bar" instead of "bar".
Just avoid this construct altogether
2012-05-19 22:40:57 -07:00
Yukihiro Matsumoto
59da9f6974
remove src/pool.h; close #163
2012-05-19 16:56:15 +09:00
sasaki takeru
7f12cb9e7a
fix typo
2012-05-10 04:04:59 +09:00
Yukihiro Matsumoto
c95279c6bf
rename ALIGN macros
2012-05-07 23:23:36 +09:00
Yuichiro MASUI
f8e50025bf
fixed #86 memory alignment error on ARM
2012-05-02 21:04:20 +09:00
roco
4ec6d41f16
rm whitespace
2012-04-30 14:29:19 -07:00
mimaki
835443614d
add file header
2012-04-23 11:46:16 +09:00
NAKAMURA Usaku
d2a38520ab
void* does not have its size.
2012-04-20 15:40:19 +09:00
mimaki
e0d6430f63
add mruby sources
2012-04-20 09:39:03 +09:00