summaryrefslogtreecommitdiffstats
path: root/eval_intern.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-23 22:43:53 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-23 22:43:53 +0000
commitaf86fa83be285c697d8cb470521f1717f4abbb8f (patch)
treebe9100a4030abeaafd584d10c88d5f4d941318e8 /eval_intern.h
parentdefdb4e0005b0ce76f3e208cb1ba31d189973f66 (diff)
downloadruby-af86fa83be285c697d8cb470521f1717f4abbb8f.tar.gz
ruby-af86fa83be285c697d8cb470521f1717f4abbb8f.tar.xz
ruby-af86fa83be285c697d8cb470521f1717f4abbb8f.zip
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@19506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval_intern.h')
-rw-r--r--eval_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval_intern.h b/eval_intern.h
index 9444e0798..a961e8af0 100644
--- a/eval_intern.h
+++ b/eval_intern.h
@@ -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 { \