summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-15 09:42:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-15 09:42:07 (GMT)
commit346cce57455de92d12fcef5ea4115a9657458b84 (patch)
tree62153fbab1b634ba4e9a9b9e0c15c0d394aa4127 /generic/tclInt.h
parente3439b6af28680828231cfcf081ebb618ac1740f (diff)
downloadtcl-346cce57455de92d12fcef5ea4115a9657458b84.zip
tcl-346cce57455de92d12fcef5ea4115a9657458b84.tar.gz
tcl-346cce57455de92d12fcef5ea4115a9657458b84.tar.bz2
Remove compat/float.h and related machinery. The last system known where this was needed was SunOS-4, which is not supported by Tcl any more for a long ... long time ....
Also, fix a typo in generic/tclInt.h and remove some end-of-line spacing.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 6426c21..23a20e6 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2922,7 +2922,7 @@ MODULE_SCOPE int TclFindDictElement(Tcl_Interp *interp,
const char *dict, int dictLength,
const char **elementPtr, const char **nextPtr,
int *sizePtr, int *literalPtr);
-/* TIP #280 - Modified token based evulation, with line information. */
+/* TIP #280 - Modified token based evaluation, with line information. */
MODULE_SCOPE int TclEvalEx(Tcl_Interp *interp, const char *script,
int numBytes, int flags, int line,
int *clNextOuter, const char *outerScript);