diff options
author | das <das> | 2009-07-23 15:23:43 (GMT) |
---|---|---|
committer | das <das> | 2009-07-23 15:23:43 (GMT) |
commit | c1fefc1d02ee22ae574e79cc397b5a477b0efcf4 (patch) | |
tree | 4bb93d35cdf99a4fb9f4d0d57f99161f7ce1b20b /generic/tclBasic.c | |
parent | ea4656103530af226ad5280ef0f2465ac6554347 (diff) | |
download | tcl-c1fefc1d02ee22ae574e79cc397b5a477b0efcf4.zip tcl-c1fefc1d02ee22ae574e79cc397b5a477b0efcf4.tar.gz tcl-c1fefc1d02ee22ae574e79cc397b5a477b0efcf4.tar.bz2 |
fix SunCC warning
Diffstat (limited to 'generic/tclBasic.c')
-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 3b5bad1..54d3b47 100644 --- a/generic/tclBasic.c +++ b/generic/tclBasic.c @@ -16,7 +16,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.398 2009/07/16 21:24:39 dgp Exp $ + * RCS: @(#) $Id: tclBasic.c,v 1.399 2009/07/23 15:23:43 das Exp $ */ #include "tclInt.h" @@ -7863,7 +7863,7 @@ DTraceCmdReturn( return result; } -TCL_DTRACE_DEBUG_LOG(); +TCL_DTRACE_DEBUG_LOG() #endif /* USE_DTRACE */ |