aboutsummaryrefslogtreecommitdiff
path: root/jim.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'jim.h.in')
-rw-r--r--jim.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/jim.h.in b/jim.h.in
index ebe981a..bbc7a8f 100644
--- a/jim.h.in
+++ b/jim.h.in
@@ -441,6 +441,8 @@ typedef struct Jim_CallFrame {
Jim_Obj *procArgsObjPtr; /* arglist object of the running procedure */
Jim_Obj *procBodyObjPtr; /* body object of the running procedure */
struct Jim_CallFrame *nextFramePtr;
+ const char *filename; /* file and line of caller of this proc (if available) */
+ int line;
} Jim_CallFrame;
/* The var structure. It just holds the pointer of the referenced