]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/smalltalk/compiler/return/return.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / smalltalk / compiler / return / return.factor
index 8c36bdac64eb1bc1ef1e2fa79f8d81ecf6023ea9..f34aba012b143924762bbf2b3e7a1b9a7726ba13 100644 (file)
@@ -42,4 +42,4 @@ M: object need-return-continuation? drop f ;
     block need-return-continuation? [
         quot clone [ lexenv return>> <def> '[ _ ] prepend ] change-body
         n '[ _ _ ncurry callcc1 ]
-    ] [ quot ] if rewrite-closures first ;
\ No newline at end of file
+    ] [ quot ] if rewrite-closures first ;