Revert "vocabs.loader: teach append-vocab-dir about private vocabs."

This reverts commit 9b98c098c1.
db4
John Benediktsson 2012-07-30 11:50:22 -07:00
parent 42922cee81
commit 6077f2d6c6
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ PRIVATE>
vocab-name H{ { CHAR: . CHAR: / } } substitute ;
: append-vocab-dir ( vocab str/f -- path )
[ vocab-name ".private" ?tail drop "." split ] dip
[ vocab-name "." split ] dip
[ [ dup last ] dip append suffix ] when*
"/" join ;