Skip to content

Commit

Permalink
remove MRUBY_VERSION for the time being; close #700
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Jan 8, 2013
1 parent 0f98227 commit b5830ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/mruby.h
Expand Up @@ -239,8 +239,6 @@ void mrb_field_write_barrier(mrb_state *, struct RBasic*, struct RBasic*);
} while (0);
void mrb_write_barrier(mrb_state *, struct RBasic*);

#define MRUBY_VERSION "Rite"

mrb_value mrb_check_convert_type(mrb_state *mrb, mrb_value val, mrb_int type, const char *tname, const char *method);
mrb_value mrb_any_to_s(mrb_state *mrb, mrb_value obj);
const char * mrb_obj_classname(mrb_state *mrb, mrb_value obj);
Expand Down

0 comments on commit b5830ae

Please sign in to comment.