summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
diff options
context:
space:
mode:
authordas <das@noemail.net>2009-07-23 15:23:53 (GMT)
committerdas <das@noemail.net>2009-07-23 15:23:53 (GMT)
commit82a7b7a4a40bc922f6bb2b806672f0bfb6450943 (patch)
treeb6053862ea1a47bf22b07686f8030d9bad9eb9bd /generic/tclBasic.c
parent571a9b81fda746054fa1496b00921475df69100b (diff)
downloadtcl-82a7b7a4a40bc922f6bb2b806672f0bfb6450943.zip
tcl-82a7b7a4a40bc922f6bb2b806672f0bfb6450943.tar.gz
tcl-82a7b7a4a40bc922f6bb2b806672f0bfb6450943.tar.bz2
fix SunCC warning
FossilOrigin-Name: b6464bebc5b39745b7296705c7cef9ab27429584
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 78bc47f..6afe56a 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.75.2.35 2009/07/14 16:31:48 andreas_kupries Exp $
+ * RCS: @(#) $Id: tclBasic.c,v 1.75.2.36 2009/07/23 15:23:54 das Exp $
*/
#include "tclInt.h"
@@ -6524,7 +6524,7 @@ DTraceObjCmd(
return TCL_OK;
}
-TCL_DTRACE_DEBUG_LOG();
+TCL_DTRACE_DEBUG_LOG()
#endif /* USE_DTRACE */