[前][次][番号順一覧][スレッド一覧]

ruby-changes:16779

From: nobu <ko1@a...>
Date: Wed, 28 Jul 2010 21:28:11 +0900 (JST)
Subject: [ruby-changes:16779] Ruby:r28774 (trunk): * vm_core.h (rb_thread_check_trap_pending): hidden API for tcl/tk wrapper.

nobu	2010-07-28 21:28:03 +0900 (Wed, 28 Jul 2010)

  New Revision: 28774

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=28774

  Log:
    * vm_core.h (rb_thread_check_trap_pending): hidden API for tcl/tk wrapper.

  Modified files:
    trunk/vm_core.h

Index: vm_core.h
===================================================================
--- vm_core.h	(revision 28773)
+++ vm_core.h	(revision 28774)
@@ -697,4 +697,14 @@
     } \
 } while (0)
 
+#if defined __GNUC__ && __GNUC__ >= 4
+#pragma GCC visibility push(default)
+#endif
+
+int rb_thread_check_trap_pending(void);
+
+#if defined __GNUC__ && __GNUC__ >= 4
+#pragma GCC visibility pop
+#endif
+
 #endif /* RUBY_VM_CORE_H */

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]