summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-14 03:03:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-14 03:03:48 +0000
commit073297789aac2e4e4208d2bd228627a86c9f9460 (patch)
tree97f14442d2fc805128b2f073e0e54eb52c3f97c2 /vm_core.h
parent22e7c535a663d1e309c23865d0abae95c9945650 (diff)
fix r36079
* include/ruby/ruby.h: public symbols must have default visibility. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index e77d3b83e5..aad5e1c310 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -459,7 +459,7 @@ typedef struct rb_thread_struct {
struct rb_vm_protect_tag *protect_tag;
/*! Thread-local state of evaluation context.
- *
+ *
* If negative, this thread is evaluating the main program.
* If positive, this thread is evaluating a program under Kernel::eval
* family.