(mergefps) [lint]: Initialize SAVEALLOC to avoid spurious

compiler warning.  From Ulrich Drepper.
This commit is contained in:
Jim Meyering
1995-08-08 04:58:46 +00:00
parent a5656326f0
commit f03f8dcc44
+4
View File
@@ -1047,6 +1047,10 @@ mergefps (fps, nfps, ofp)
output. */
register int i, j, t;
#ifdef lint /* Suppress `used before initialized' warning. */
savealloc = 0;
#endif
/* Allocate space for a saved line if necessary. */
if (unique)
{