]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/debug.hpp
webapps: better style
[factor.git] / vm / debug.hpp
index a422eab84d35de6f29fc8f1527f31ad1ca9f74ec..3c56f818aac72f2ce73fced391e78a1f01a90928 100644 (file)
@@ -4,7 +4,7 @@ extern bool factor_print_p;
 
 #ifdef FACTOR_DEBUG
 
-/* To chop the directory path of the __FILE__ macro. */
+// To chop the directory path of the __FILE__ macro.
 inline const char* abbrev_path(const char* path) {
   const char* p1 = strrchr(path, '\\');
   const char* p2 = strrchr(path, '/');