From c78ca1c741ddf3ca2eef6b19088a52961f830eb4 Mon Sep 17 00:00:00 2001 From: das Date: Thu, 23 Jul 2009 15:23:54 +0000 Subject: fix SunCC warning --- generic/tclBasic.c | 4 ++-- 1 file 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 */ -- cgit v0.12