Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2008-02-16 00:55:38 -06:00
commit 5ff752dc12
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ HOOK: column-slot-name% db ( spec -- )
HOOK: column-bind-name% db ( spec -- )
: make-slots-names ( quot -- seq str )
[ make-column-names ] "" make ; inline
[ make-slot-names* ] "" make ; inline
: slot-name% ( seq -- ) first % ;
: column-name% ( seq -- ) second % ;
: column-type% ( seq -- ) third % ;