audio.chunked-file: inline "check-chunk" so heap-size call can be folded away and audio can be deployed

db4
Joe Groff 2010-02-14 13:58:24 -08:00
parent 8d9268bcc2
commit ad63314a9e
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ ERROR: invalid-audio-file ;
} case ;
: check-chunk ( chunk id class -- ? )
heap-size [ id= ] [ [ length ] dip >= ] bi-curry* bi and ;
heap-size [ id= ] [ [ length ] dip >= ] bi-curry* bi and ; inline