rexim 4 年之前
父節點
當前提交
3d1ae17dff
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/main.c
  2. 1 1
      src/mf.c

+ 1 - 1
src/main.c

@@ -48,7 +48,7 @@ void program_to_markup(String_View content, FILE *stream, char *begin, char *end
     (void) begin;
     (void) end;
     (void) comment;
-    assert(0 && "not implemented");
+    assert(0 && "TODO: implement program_to_markup mode");
 }
 
 int main(int argc, char **argv)

+ 1 - 1
src/mf.c

@@ -5,7 +5,7 @@
 #include <sys/mman.h>
 
 #ifdef _WIN32
-#error "Mapped_File API is not implemented for Windows"
+#error "TODO: Mapped_File API is not implemented for Windows"
 #endif
 
 typedef struct {