* vm_core.h: ruby/ruby.h should be included at the very first
place in an entire compilation unit, as it includes ruby/config.h git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
187812978a
commit
705b8b41eb
@ -1,3 +1,9 @@
|
||||
Wed Sep 24 07:38:23 2008 URABE Shyouhei <shyouhei@ruby-lang.org>
|
||||
|
||||
* vm_core.h: ruby/ruby.h should be included at the very first
|
||||
place in an entire compilation unit, as it includes
|
||||
ruby/config.h
|
||||
|
||||
Wed Sep 24 06:41:24 2008 Ryan Davis <ryand-ruby@zenspider.com>
|
||||
|
||||
* lib/test/*: removed test/unit.
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
#ifndef RUBY_EVAL_INTERN_H
|
||||
#define RUBY_EVAL_INTERN_H
|
||||
|
||||
#include "ruby/ruby.h"
|
||||
#include "vm_core.h"
|
||||
|
||||
#define PASS_PASSED_BLOCK_TH(th) do { \
|
||||
|
Loading…
x
Reference in New Issue
Block a user