summaryrefslogtreecommitdiffstats
path: root/ext/dbm
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-04 07:40:46 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-04 07:40:46 +0000
commitb74e80deb9421133149fad817173144709ba5524 (patch)
tree62892ab98f8b492e241afde8b8371b8d81c09583 /ext/dbm
parentf859d0aa653e2c00dc99804fe2f4dcff7c387a2d (diff)
downloadruby-b74e80deb9421133149fad817173144709ba5524.tar.gz
ruby-b74e80deb9421133149fad817173144709ba5524.tar.xz
ruby-b74e80deb9421133149fad817173144709ba5524.zip
* lib/cgi.rb (CGI::out): specify -x option for nkf.
* lib/cgi.rb (CGI::out): should not convert utf-8 implicitly using NKF. it is too Japanese centric. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dbm')
-rw-r--r--ext/dbm/extconf.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/dbm/extconf.rb b/ext/dbm/extconf.rb
index 41996c417..7a69acc7a 100644
--- a/ext/dbm/extconf.rb
+++ b/ext/dbm/extconf.rb
@@ -34,7 +34,6 @@ def db_check(db)
for hdr in $dbm_conf_headers.fetch(db, ["ndbm.h"])
if have_header(hdr.dup) and have_type("DBM", hdr.dup, hsearch)
$defs << hsearch << '-DDBM_HDR="<'+hdr+'>"'
- p $defs
return true
end
end