move jmpbuf_id to generated file

This commit is contained in:
take_cheeze
2014-03-01 18:00:38 +09:00
parent 1985f1ace9
commit 86831d5465
2 changed files with 3 additions and 4 deletions
+3
View File
@@ -22,6 +22,9 @@ MRuby.each_target do
extern "C" {
#include "#{MRUBY_ROOT}/#{t.prerequisites.first}"
}
#{v == 'error'? 'mrb_int mrb_jmpbuf::jmpbuf_id = 0;' : ''}
EOS
end
end