Browse Source

jim1: add support disclaimer

rexim 1 tháng trước cách đây
mục cha
commit
7aa4d95db2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      jim1.h

+ 1 - 1
jim1.h

@@ -1,7 +1,7 @@
 // Jim 1.0
 //
 // This is a legacy version of jim which uses fixed array for scopes and Jim_Sink/Jim_Write
-// interface to abstract away the IO. Please use Jim 2.0 for new projects.
+// interface to abstract away the IO. Not actively supported. Please use Jim 2.0 for new projects.
 #ifndef JIM_H_
 #define JIM_H_