Fix bootstrap

db4
Slava Pestov 2008-07-20 04:24:04 -05:00
parent bac6929898
commit 9d7a1a70ee
1 changed files with 2 additions and 2 deletions

View File

@ -315,7 +315,7 @@ tuple
[ f "inline" set-word-prop ]
[ make-flushable ]
[ ]
[ tuple-layout [ <tuple-boa> ] curry ] tri
[ tuple-layout [ <tuple-boa> ] curry ]
} cleave
(( obj quot -- curry )) define-declared
@ -331,7 +331,7 @@ tuple
[ f "inline" set-word-prop ]
[ make-flushable ]
[ ]
[ tuple-layout [ <tuple-boa> ] curry ] tri
[ tuple-layout [ <tuple-boa> ] curry ]
} cleave
(( quot1 quot2 -- compose )) define-declared