]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-windows.64.hpp
io.streams.256color: faster by caching styles
[factor.git] / vm / os-windows.64.hpp
index 4c1586acd49b421f63e959ecf47d317261850a37..48337cd38f02430667d47bbee9543b5528c0256f 100644 (file)
@@ -7,7 +7,7 @@ namespace factor {
 
 #define MXCSR(ctx) (ctx)->MxCsr
 
-/* Must match the stack-frame-size constant in
-   basis/bootstap/assembler/x86.64.windows.factor */
+// Must match the stack-frame-size constant in
+// basis/bootstap/assembler/x86.64.windows.factor
 static const unsigned JIT_FRAME_SIZE = 64;
 }