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

Dmitry Shubin 2010-06-27 23:56:20 +04:00
parent bb934e81c0
commit 6d7e86df95
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 ;