diff options
author | hobbs <hobbs> | 1999-10-29 04:34:22 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-10-29 04:34:22 (GMT) |
commit | b24019fd0f6c95e5f950963a0165b8d056eae67f (patch) | |
tree | ae6a5a937a4b58c7ed828f09048e607d396ccf67 /generic/tclScan.c | |
parent | aef40e6197cea8075214bd63641880e5823e2800 (diff) | |
download | tcl-b24019fd0f6c95e5f950963a0165b8d056eae67f.zip tcl-b24019fd0f6c95e5f950963a0165b8d056eae67f.tar.gz tcl-b24019fd0f6c95e5f950963a0165b8d056eae67f.tar.bz2 |
removed // comments (IBM's AIX compiler complained)
Diffstat (limited to 'generic/tclScan.c')
-rw-r--r-- | generic/tclScan.c | 5 |
1 files changed, 1 insertions, 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++; |