From 073297789aac2e4e4208d2bd228627a86c9f9460 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 14 Jun 2012 03:03:48 +0000 Subject: 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 --- vm_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_core.h') 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. -- cgit v1.2.3