]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/llvm/types/types.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / llvm / types / types.factor
index 0dfb6befa9f9368a99ae14d865f6d9b8d6e0cc7a..b53f7168be2c87c5712d3897585d9d2604346d5f 100644 (file)
@@ -83,7 +83,7 @@ DEFER: <up-ref>
         ref types get push
         ref quot call( LLVMTypeRef -- type )
         types get pop drop
-    ] if* ;   
+    ] if* ;
 
 GENERIC: (>tref)* ( type -- LLVMTypeRef )
 M: enclosing (>tref) [ (>tref)* ] push-type ;
@@ -243,4 +243,4 @@ Program = Type
 
 ;EBNF
 
-SYNTAX: TYPE: ";" parse-multiline-string parse-type suffix! ; 
+SYNTAX: TYPE: ";" parse-multiline-string parse-type suffix! ;