aboutsummaryrefslogtreecommitdiff
path: root/jim.h
diff options
context:
space:
mode:
Diffstat (limited to 'jim.h')
-rw-r--r--jim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/jim.h b/jim.h
index e968c89..f19bf1a 100644
--- a/jim.h
+++ b/jim.h
@@ -494,6 +494,7 @@ typedef struct Jim_Cmd {
int rightArity; /* Required args assigned from the right */
int args; /* True if 'args' specified */
struct Jim_Cmd *prevCmd; /* Previous command defn if proc created 'local' */
+ int upcall; /* True if proc is currently in upcall */
} proc;
} u;
} Jim_Cmd;