From c1fefc1d02ee22ae574e79cc397b5a477b0efcf4 Mon Sep 17 00:00:00 2001 From: das Date: Thu, 23 Jul 2009 15:23:43 +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 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 */ -- cgit v0.12