Fix load error

db4
Slava Pestov 2008-04-13 05:22:17 -05:00
parent aaf48cebf5
commit 4fe4605e9e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ CATEGORY: grapheme-control Zl Zp Cc Cf ;
} case ;
: trim-blank ( str -- newstr )
[ blank? ] trim-right ;
[ blank? ] right-trim ;
: process-other-extend ( lines -- set )
[ "#" split1 drop ";" split1 drop trim-blank ] map