]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/assembler/ppc.32.linux.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / bootstrap / assembler / ppc.32.linux.factor
index da83cef08dcc57fb89e4538fca414b55906ab4ec..07e7055636e85ad3f01c9acffdec0237792c8bc5 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2011 Erik Charlebois.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: parser system kernel sequences math math.ranges
+USING: parser system kernel sequences math ranges
 cpu.ppc.assembler combinators compiler.constants
 bootstrap.image.private layouts namespaces ;
 IN: bootstrap.ppc