]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-unix.hpp
io.streams.256color: faster by caching styles
[factor.git] / vm / os-unix.hpp
index 33bde83e5b9f955338aafd4daf7cdabf6233e011..b89a9bfcd6c14f2bfdfde83917f18a748870254a 100644 (file)
@@ -53,4 +53,5 @@ void check_ENOMEM(const char* msg);
 
 static inline void breakpoint() { __builtin_trap(); }
 
+#define AS_UTF8(ptr) ptr
 }