From b24019fd0f6c95e5f950963a0165b8d056eae67f Mon Sep 17 00:00:00 2001 From: hobbs Date: Fri, 29 Oct 1999 04:34:22 +0000 Subject: removed // comments (IBM's AIX compiler complained) --- generic/tclScan.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/generic/tclScan.c b/generic/tclScan.c index 868239a..be4f8c4 100644 --- a/generic/tclScan.c +++ b/generic/tclScan.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclScan.c,v 1.3 1999/10/29 03:04:00 hobbs Exp $ + * RCS: @(#) $Id: tclScan.c,v 1.4 1999/10/29 04:34:22 hobbs Exp $ */ #include "tclInt.h" @@ -284,7 +284,6 @@ ValidateFormat(interp, format, numVars, totalSubs) for (i = 0; i < nspace; i++) { nassign[i] = 0; } - //memset(nassign, 0, nspace * sizeof(int)); objIndex = gotXpg = gotSequential = 0; @@ -441,8 +440,6 @@ ValidateFormat(interp, format, numVars, totalSubs) for (i = nspace-STATIC_LIST_SIZE; i < nspace; i++) { nassign[i] = 0; } - //memset((VOID *) nassign[nspace-STATIC_LIST_SIZE], 0, - // STATIC_LIST_SIZE * sizeof(int)); } nassign[objIndex]++; objIndex++; -- cgit v0.12