]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/variables/variables.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / variables / variables.factor
index 1469b898e2ffd92b1d15d987324a18a60895b77d..abd2322d484722e7df0db92344e63216e767ff24 100644 (file)
@@ -59,7 +59,7 @@ PREDICATE: typed-variable < variable
     } 2cleave (define-variable) ;
 
 SYNTAX: TYPED-VAR:
-    scan-new-word scan-object define-typed-variable ;    
+    scan-new-word scan-object define-typed-variable ;
 
 M: typed-variable definer drop \ TYPED-VAR: f ;
 M: typed-variable definition "variable-type" word-prop 1quotation ;
@@ -95,4 +95,3 @@ SYNTAX: TYPED-GLOBAL:
     scan-new-word scan-object define-typed-global ;
 
 M: typed-global-variable definer drop \ TYPED-GLOBAL: f ;
-