This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
ruby--ruby
Watch
1
Star
0
Fork
You've already forked ruby--ruby
0
mirror of
https://github.com/ruby/ruby.git
synced
2022-11-09 12:17:21 -05:00
Code
Releases
Activity
5b2300bd6b
ruby--ruby
/
ext
/
sdbm
/
extconf.rb
5 lines
65 B
Ruby
Raw
Normal View
History
Unescape
Escape
remove marshal/gtk/kconv git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1999-08-13 01:37:52 -04:00
require
'mkmf'
* ext/sdbm/_sdbm.c (SEEDUPS, BADMESS): make settable using command line options. * ext/sdbm/_sdbm.c (makroom): suppress unused result warning. * ext/sdbm/extconf.rb: disable BADMESS, a library should not emit messages directly. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-10-15 21:06:13 -04:00
$defs
<<
"
-D
"
"
BADMESS=0
"
remove marshal/gtk/kconv git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1999-08-13 01:37:52 -04:00
create_makefile
(
"
sdbm
"
)
Copy permalink