aboutsummaryrefslogtreecommitdiff
path: root/jim.h
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2011-12-07 11:55:13 +1000
committerSteve Bennett <steveb@workware.net.au>2011-12-12 13:44:01 +1000
commit043dadf7d4cf8291050c7040489c726ff3cdf726 (patch)
tree6729f5d5b2010fc3f722d06f09de339d3e9b8cb5 /jim.h
parent8a7db88a7cb01cdfbff503c0a89a864f0da5dc53 (diff)
downloadjimtcl-043dadf7d4cf8291050c7040489c726ff3cdf726.zip
jimtcl-043dadf7d4cf8291050c7040489c726ff3cdf726.tar.gz
jimtcl-043dadf7d4cf8291050c7040489c726ff3cdf726.tar.bz2
Remove error message rewriting for aliases
It does not extend well enough to the general case, so remove it for simplicity Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'jim.h')
-rw-r--r--jim.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/jim.h b/jim.h
index 3611a47..5a8b7b2 100644
--- a/jim.h
+++ b/jim.h
@@ -558,8 +558,6 @@ typedef struct Jim_Interp {
Jim_PrngState *prngState; /* per interpreter Random Number Gen. state. */
struct Jim_HashTable packages; /* Provided packages hash table */
Jim_Stack *loadHandles; /* handles of loaded modules [load] */
- Jim_Obj *rewriteNameObj; /* Replaces the name of the current command for error reporting */
- int rewriteNameCount; /* How many elements of the current command name to replace */
} Jim_Interp;
/* Currently provided as macro that performs the increment.