]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-unix.hpp
removed some vm-> pointers
[factor.git] / vm / os-unix.hpp
index 8aff18364e18bdefb5f0ac73bea5c82bc5022922..52dc1bfd6ede9fcd72e5c6b635dc6d82c78bc75d 100644 (file)
@@ -40,7 +40,7 @@ typedef char symbol_char;
 #define OPEN_READ(path) fopen(path,"rb")
 #define OPEN_WRITE(path) fopen(path,"wb")
 
-#define print_native_string(string) print_string(string)
+#define print_native_string(string) vm->print_string(string)
 
 void start_thread(void *(*start_routine)(void *));