mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/curses/extconf.rb: [DOC] nodoc to reduce Object pollution
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a0320f8e26
commit
7b297f0c79
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Jul 30 11:00:52 2013 Zachary Scott <e@zzak.io>
|
||||
|
||||
* ext/curses/extconf.rb: [DOC] nodoc to reduce Object pollution
|
||||
|
||||
Tue Jul 30 08:19:42 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* sizes.c (Init_sizes): Define sizes only if the type actually exists.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require 'mkmf'
|
||||
|
||||
def have_all(*args)
|
||||
def have_all(*args) # :nodoc:
|
||||
old_libs = $libs.dup
|
||||
old_defs = $defs.dup
|
||||
result = []
|
||||
|
|
Loading…
Add table
Reference in a new issue