]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/smalltalk/ast/ast.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / smalltalk / ast / ast.factor
index fc415aa3611c77c129b80bdf46147018eb43ced6..b3f8375587a531cb834e79f80674474c10f22b31 100644 (file)
@@ -50,4 +50,4 @@ M: ast-sequence arguments>> drop { } ;
     self suffix <ast-block> ast-method boa ;
 
 TUPLE: symbol { name string } ;
-MEMO: intern ( name -- symbol ) symbol boa ;
\ No newline at end of file
+MEMO: intern ( name -- symbol ) symbol boa ;