]> gitweb.factorcode.org Git - factor.git/blobdiff - core/system/system.factor
Remove Windows CE from core/ basis/ and build-support/
[factor.git] / core / system / system.factor
index 7f0872b4642826bc518554d80043a67e2d3dc442..37e1470fa77b7b739660cf899cab7f71ccd71832 100644 (file)
@@ -11,9 +11,7 @@ UNION: ppc ppc.32 ppc.64 ;
 
 : cpu ( -- class ) \ cpu get-global ; foldable
 
-SINGLETONS: winnt wince ;
-
-UNION: windows winnt wince ;
+SINGLETON: windows
 
 SINGLETONS: freebsd netbsd openbsd solaris macosx linux ;
 
@@ -40,8 +38,7 @@ UNION: unix bsd solaris linux haiku ;
 
 : string>os ( str -- class )
     H{
-        { "winnt" winnt }
-        { "wince" wince }
+        { "windows" windows }
         { "freebsd" freebsd }
         { "netbsd" netbsd }
         { "openbsd" openbsd }