Skip to content

Commit 7aa4d95

Browse files
committed
jim1: add support disclaimer
1 parent 8b23b42 commit 7aa4d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jim1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Jim 1.0
22
//
33
// This is a legacy version of jim which uses fixed array for scopes and Jim_Sink/Jim_Write
4-
// interface to abstract away the IO. Please use Jim 2.0 for new projects.
4+
// interface to abstract away the IO. Not actively supported. Please use Jim 2.0 for new projects.
55
#ifndef JIM_H_
66
#define JIM_H_
77

0 commit comments

Comments
 (0)