[前][次][番号順一覧][スレッド一覧]

ruby-changes:21676

From: akr <ko1@a...>
Date: Sat, 12 Nov 2011 16:50:24 +0900 (JST)
Subject: [ruby-changes:21676] akr:r33725 (trunk): update comment.

akr	2011-11-12 16:50:12 +0900 (Sat, 12 Nov 2011)

  New Revision: 33725

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33725

  Log:
    update comment.

  Modified files:
    trunk/ext/dbm/extconf.rb

Index: ext/dbm/extconf.rb
===================================================================
--- ext/dbm/extconf.rb	(revision 33724)
+++ ext/dbm/extconf.rb	(revision 33725)
@@ -16,8 +16,8 @@
   "db4" => ["db4/db.h", "db4.h", "db.h"],
   "db5" => ["db5/db.h", "db5.h", "db.h"],
   "dbm" => ["ndbm.h"],
-  "gdbm" => ["gdbm-ndbm.h", "ndbm.h", "gdbm/ndbm.h"],
-  "gdbm_compat" => ["gdbm-ndbm.h", "ndbm.h", "gdbm/ndbm.h"], # ndbm compatibility routines are extracted to libgdbm_compat since gdbm-1.8.1.
+  "gdbm" => ["gdbm-ndbm.h", "ndbm.h", "gdbm/ndbm.h"], # gdbm until 1.8.0
+  "gdbm_compat" => ["gdbm-ndbm.h", "ndbm.h", "gdbm/ndbm.h"], # gdbm since 1.8.1
   "qdbm" => ["relic.h", "qdbm/relic.h"],
 }
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]