]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-unix.hpp
tools.scaffold: don't use sequences.extras.
[factor.git] / vm / os-unix.hpp
index 90d95cf59a6aceddf3a18b619900f5dfea2b7b76..b89a9bfcd6c14f2bfdfde83917f18a748870254a 100644 (file)
@@ -10,7 +10,6 @@
 #include <signal.h>
 #include <pthread.h>
 #include <sched.h>
-
 #include "atomic-gcc.hpp"
 
 namespace factor {
@@ -54,4 +53,5 @@ void check_ENOMEM(const char* msg);
 
 static inline void breakpoint() { __builtin_trap(); }
 
+#define AS_UTF8(ptr) ptr
 }