gdbm: replace ALIAS: with normal definition for documentation's sake

db4
Dmitry Shubin 2010-06-27 23:56:20 +04:00
parent d3f1f7f609
commit ce2ba6a271
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ DESTRUCTOR: gdbm-close
PRIVATE>
ALIAS: gdbm-error-message gdbm_strerror
: gdbm-error-message ( error -- msg ) gdbm_strerror ;
: gdbm-replace ( key content -- ) GDBM_REPLACE gdbm-store ;
: gdbm-insert ( key content -- ) GDBM_INSERT gdbm-store ;