mv opcode.h -> include/mruby/opcode.h and remove duplication from mruby-eval gem

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-05-14 23:14:08 +09:00
parent f10331cfe6
commit 2be348a0f1
6 changed files with 6 additions and 164 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
#include "mruby/string.h"
#include "mruby/debug.h"
#include "node.h"
#include "opcode.h"
#include "mruby/opcode.h"
#include "mruby/re.h"
#include "mrb_throw.h"