gdbm: replace ALIAS: with normal definition for documentation's sake
parent
bb934e81c0
commit
6d7e86df95
|
|
@ -67,7 +67,7 @@ DESTRUCTOR: gdbm-close
|
||||||
PRIVATE>
|
PRIVATE>
|
||||||
|
|
||||||
|
|
||||||
ALIAS: gdbm-error-message gdbm_strerror
|
: gdbm-error-message ( error -- msg ) gdbm_strerror ;
|
||||||
|
|
||||||
: gdbm-replace ( key content -- ) GDBM_REPLACE gdbm-store ;
|
: gdbm-replace ( key content -- ) GDBM_REPLACE gdbm-store ;
|
||||||
: gdbm-insert ( key content -- ) GDBM_INSERT gdbm-store ;
|
: gdbm-insert ( key content -- ) GDBM_INSERT gdbm-store ;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue