mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* enumerator.c: Remove a duplicated declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
aea59a741c
commit
3e5fd3adc1
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Dec 31 23:41:48 2009 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* enumerator.c: Remove a duplicated declaration.
|
||||
|
||||
Thu Dec 31 18:16:51 2009 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* ext/socket/socket.c: include addrinfo.h only when using our own
|
||||
|
|
|
@ -783,8 +783,6 @@ generator_ptr(obj)
|
|||
return ptr;
|
||||
}
|
||||
|
||||
static VALUE generator_allocate _((VALUE));
|
||||
|
||||
/* :nodoc: */
|
||||
static VALUE
|
||||
generator_allocate(klass)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue