aboutsummaryrefslogtreecommitdiff
path: root/jim.h
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2011-04-22 12:21:30 +1000
committerSteve Bennett <steveb@workware.net.au>2011-06-10 14:00:34 +1000
commit2d1f4f8041c487fcdef221d0c9c75b9c00d7225e (patch)
tree81df0f650f41c6e87be588382f2bdec31e9ba3e9 /jim.h
parenta7f2bb4a3504802f41456944ee3fddffaa646cd5 (diff)
downloadjimtcl-2d1f4f8041c487fcdef221d0c9c75b9c00d7225e.zip
jimtcl-2d1f4f8041c487fcdef221d0c9c75b9c00d7225e.tar.gz
jimtcl-2d1f4f8041c487fcdef221d0c9c75b9c00d7225e.tar.bz2
Add --maintainer option
Enables [debug] and JimPanic() JimPanic() is an assertion feature which is generally only of interest to developers, so disable it by default to save space and time.
Diffstat (limited to 'jim.h')
-rw-r--r--jim.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/jim.h b/jim.h
index 4d4a892..71ad398 100644
--- a/jim.h
+++ b/jim.h
@@ -877,7 +877,6 @@ JIM_EXPORT int Jim_InteractivePrompt (Jim_Interp *interp);
/* Misc */
JIM_EXPORT int Jim_InitStaticExtensions(Jim_Interp *interp);
-JIM_EXPORT void Jim_Panic (Jim_Interp *interp, const char *fmt, ...);
JIM_EXPORT int Jim_StringToWide(const char *str, jim_wide *widePtr, int base);
/* jim-load.c */