gdbm: add <gdbm> constructor

db4
Dmitry Shubin 2010-06-27 17:40:22 +04:00
parent 4720a1aad3
commit d14bf0736d
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ TUPLE: gdbm
{ nolock boolean }
{ mode integer initial: OCT: 644 } ;
: <gdbm> ( -- gdbm ) gdbm new ;
<PRIVATE