]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-genunix.hpp
xmode.rules: removing test no longer needed
[factor.git] / vm / os-genunix.hpp
index 72e9a43a1c69ad05d913fb909f89698d494de72c..dee563a96891b79f2feff0c9278737afadd85496 100644 (file)
@@ -1,8 +1,8 @@
+namespace factor {
+
 #define VM_C_API extern "C"
-#define NULL_DLL NULL
 
-void c_to_factor_toplevel(CELL quot);
-void init_signals(void);
-void early_init(void);
-const char *vm_executable_path(void);
-const char *default_image_path(void);
+void early_init();
+const char* vm_executable_path();
+const char* default_image_path();
+}