diff options
author | das <das> | 2009-07-23 15:23:50 (GMT) |
---|---|---|
committer | das <das> | 2009-07-23 15:23:50 (GMT) |
commit | 8bed03c8ab1a815791db5f01335cccb517cf8bce (patch) | |
tree | ef4c6bc4cd6bd8e447b7331d41951a2418d05f9e | |
parent | 0e0851e0575134877496aec4036ae9cbe50f0d74 (diff) | |
download | tcl-8bed03c8ab1a815791db5f01335cccb517cf8bce.zip tcl-8bed03c8ab1a815791db5f01335cccb517cf8bce.tar.gz tcl-8bed03c8ab1a815791db5f01335cccb517cf8bce.tar.bz2 |
fix SunCC warning
-rw-r--r-- | generic/tclBasic.c | 4 |
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 */ |