aboutsummaryrefslogtreecommitdiff
path: root/jim.h
diff options
context:
space:
mode:
Diffstat (limited to 'jim.h')
-rw-r--r--jim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jim.h b/jim.h
index 19c94bb..46ea66f 100644
--- a/jim.h
+++ b/jim.h
@@ -541,7 +541,7 @@ typedef struct Jim_PrngState {
typedef struct Jim_Interp {
Jim_Obj *result; /* object returned by the last command called. */
int unused_errorLine; /* Error line where an error occurred. */
- Jim_Obj *unused_errorFileNameObj; /* Error file where an error occurred. */
+ Jim_Obj *currentFilenameObj; /* filename of current Jim_EvalFile() */
int unused_addStackTrace;
int maxCallFrameDepth; /* Used for infinite loop detection. */
int maxEvalDepth; /* Used for infinite loop detection. */