From be4abaa074c9689b492972c9c5368a43ee6414eb Mon Sep 17 00:00:00 2001
From: hobbs <hobbs>
Date: Tue, 16 Mar 2004 19:53:28 +0000
Subject: fix lint warnings

---
 generic/tkGrid.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/generic/tkGrid.c b/generic/tkGrid.c
index 2c90d2b..cb2f310 100644
--- a/generic/tkGrid.c
+++ b/generic/tkGrid.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: tkGrid.c,v 1.32 2004/02/18 21:25:41 pspjuth Exp $
+ * RCS: @(#) $Id: tkGrid.c,v 1.33 2004/03/16 19:53:28 hobbs Exp $
  */
 
 #include "tkInt.h"
@@ -952,6 +952,7 @@ GridRowColumnConfigureCommand(tkwin, interp, objc, objv)
     string = Tcl_GetString(objv[1]);
     masterPtr = GetGrid(master);
     slotType = (*string == 'c') ? COLUMN : ROW;
+    first = last = 0; /* lint */
 
     if ((objc == 4) || (objc == 5)) {
 	if (lObjc != 1) {
-- 
cgit v0.12