summaryrefslogtreecommitdiff
path: root/ext/dbm/dbm.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-07 12:16:10 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-07 12:16:10 +0000
commit733a57b878e1ac5f3639300947ee0c46cc0c690e (patch)
treef7d810a663ee2542ca05920392de11ad4fa208cd /ext/dbm/dbm.c
parente115627a1846d2c15d1319e6399fa5f8d6e5cb61 (diff)
add comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dbm/dbm.c')
-rw-r--r--ext/dbm/dbm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dbm/dbm.c b/ext/dbm/dbm.c
index 93c1f80c96..11fd5fbb0d 100644
--- a/ext/dbm/dbm.c
+++ b/ext/dbm/dbm.c
@@ -165,6 +165,7 @@ fdbm_initialize(int argc, VALUE *argv, VALUE obj)
if (dbm) {
/*
* History of dbm_pagfno() and dbm_dirfno() in ndbm and its compatibles.
+ * (dbm_pagfno() and dbm_dirfno() is not standardized.)
*
* 1986: 4.3BSD provides ndbm.
* It provides dbm_pagfno() and dbm_dirfno() as macros.