summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
diff options
context:
space:
mode:
authordas <das@noemail.net>2009-07-23 15:23:50 (GMT)
committerdas <das@noemail.net>2009-07-23 15:23:50 (GMT)
commitfd297d49a5adcc0d426b064a50561e5f39c21ede (patch)
treeef4c6bc4cd6bd8e447b7331d41951a2418d05f9e /generic/tclBasic.c
parent354a5d9f28b66d9f6d129ad62d979dce18e159cb (diff)
downloadtcl-fd297d49a5adcc0d426b064a50561e5f39c21ede.zip
tcl-fd297d49a5adcc0d426b064a50561e5f39c21ede.tar.gz
tcl-fd297d49a5adcc0d426b064a50561e5f39c21ede.tar.bz2
fix SunCC warning
FossilOrigin-Name: 61e383a4cf4631b112cea6dcd0980b1704c0c59a
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r--generic/tclBasic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index c88a595..d7cbe39 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -14,7 +14,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclBasic.c,v 1.295.2.11 2009/07/15 22:27:13 das Exp $
+ * RCS: @(#) $Id: tclBasic.c,v 1.295.2.12 2009/07/23 15:23:50 das Exp $
*/
#include "tclInt.h"
@@ -6915,7 +6915,7 @@ TclDTraceInfo(
}
}
-TCL_DTRACE_DEBUG_LOG();
+TCL_DTRACE_DEBUG_LOG()
#endif /* USE_DTRACE */