]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-windows-ce.cpp
Moved PRIMITIVE and PRIMITIVE_FORWARDs to primitives.[ch]pp
[factor.git] / vm / os-windows-ce.cpp
index 57e7cc69d03b42fad5e35bf5696574ff5c6b8e7d..f51953e6ebf737337465103f9132990810b92244 100644 (file)
@@ -30,8 +30,6 @@ char *getenv(char *name)
        return 0; /* unreachable */
 }
 
-PRIMITIVE_FORWARD(os_envs)
-
 void c_to_factor_toplevel(cell quot)
 {
        c_to_factor(quot,vm);