Integrate refactoring of commit f1ed143624

This commit is contained in:
Daniel Bovensiepen
2012-12-07 16:19:52 +08:00
8 changed files with 99 additions and 115 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ struct mrb_state;
typedef void* (*mrb_allocf) (struct mrb_state *mrb, void*, size_t, void *ud);
#ifndef MRB_ARENA_SIZE
#define MRB_ARENA_SIZE 1024
#define MRB_ARENA_SIZE 100
#endif
typedef struct {
+1 -1
View File
@@ -30,7 +30,7 @@ typedef struct mrb_irep {
#define MRB_ISEQ_NO_FREE 1
void mrb_add_irep(mrb_state *mrb, int n);
mrb_irep *mrb_add_irep(mrb_state *mrb);
#if defined(__cplusplus)
} /* extern "C" { */