Commit Graph

8 Commits

Author SHA1 Message Date
Yukihiro Matsumoto 41bf311cd1 remove dependency to SIZEOF_INT 2012-04-20 22:31:58 +09:00
Yukihiro Matsumoto 5622c977f4 remove dependency to SIZEOF_VOIDP 2012-04-20 22:25:04 +09:00
Yukihiro Matsumoto 34e376e05d Merge branch 'master' of github.com:mruby/mruby 2012-04-20 17:18:37 +09:00
Yukihiro Matsumoto d1144220cb move src/mdata.h to include/mruby/data.h 2012-04-20 17:18:30 +09:00
mimaki 43683ec878 add file header in mruby.h 2012-04-20 17:03:43 +09:00
NAKAMURA Usaku 2161737c2d MRUBY_OBJECT_HEADER is always used with `;', but, in the definition of a struct, you cannot include any statement except declarations, even if the statement is void statement. 2012-04-20 15:35:57 +09:00
NAKAMURA Usaku ff47338973 In mruby.h, there is no definitions of RSTRING_* here, so cannot compile if the compiler is not GCC. 2012-04-20 15:34:41 +09:00
mimaki e0d6430f63 add mruby sources 2012-04-20 09:39:03 +09:00