remove accessor

db4
Doug Coleman 2008-08-29 15:49:23 -05:00
parent 681d7e962c
commit 57d2e5d8a8
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ TUPLE: library path abi dll ;
over dup [ dlopen ] when \ library boa ;
: load-library ( name -- dll )
library dup [ library-dll ] when ;
library dup [ dll>> ] when ;
: add-library ( name path abi -- )
<library> swap libraries get set-at ;