1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/thread/thread.c: added nodoc attribute into

'ConditionVariable#marshal_dump' by @vipulnsward
  [fix GH-672]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2014-07-19 16:00:51 +00:00
parent d177879f6d
commit eb95f194ba

View file

@ -546,6 +546,7 @@ rb_szqueue_num_waiting(VALUE self)
#define UNDER_THREAD 1
#endif
/* :nodoc: */
static VALUE
undumpable(VALUE obj)
{