summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdAH.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2006-03-23 14:24:56 (GMT)
committerdgp <dgp@noemail.net>2006-03-23 14:24:56 (GMT)
commit4923d9891c8239e78857835bbdd31e8b45a74feb (patch)
treea451d990846ab6fa0e7cc46e92a25735b21a1542 /generic/tclCmdAH.c
parente5e1a1181ecd21c4abaf60c14e6be7d39961324a (diff)
downloadtcl-4923d9891c8239e78857835bbdd31e8b45a74feb.zip
tcl-4923d9891c8239e78857835bbdd31e8b45a74feb.tar.gz
tcl-4923d9891c8239e78857835bbdd31e8b45a74feb.tar.bz2
comment adjustment
FossilOrigin-Name: 23f223b411ebff46d9e3488e7f409dc5f6786a8c
Diffstat (limited to 'generic/tclCmdAH.c')
-rw-r--r--generic/tclCmdAH.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclCmdAH.c b/generic/tclCmdAH.c
index ce50da4..8f301f6 100644
--- a/generic/tclCmdAH.c
+++ b/generic/tclCmdAH.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclCmdAH.c,v 1.72 2006/02/08 21:41:27 dgp Exp $
+ * RCS: @(#) $Id: tclCmdAH.c,v 1.73 2006/03/23 14:24:57 dgp Exp $
*/
#include "tclInt.h"
@@ -2234,7 +2234,6 @@ Tcl_FormatObjCmd(dummy, interp, objc, objv)
case 'G':
if (Tcl_GetDoubleFromObj(interp, /* INTL: Tcl source. */
objv[objIndex], &doubleValue) != TCL_OK) {
- /*TODO: figure out ACCEPT_NAN */
goto fmtError;
}
whichValue = DOUBLE_VALUE;