We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c82082 commit c5f45bdCopy full SHA for c5f45bd
jim.h
@@ -2,7 +2,7 @@
2
#define JIM_H_
3
4
#ifndef JIM_STACK_CAPACITY
5
-#define JIM_STACK_CAPACITY 1024
+#define JIM_STACK_CAPACITY 128
6
#endif // JIM_STACK_CAPACITY
7
8
typedef void* Jim_Sink;
0 commit comments