Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction)
- X-seq: zsh-workers 14121
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction)
- Date: Thu, 26 Apr 2001 15:32:44 +0000
- In-reply-to: <20010426105825.A1957@xxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <1010426143526.ZM13326@xxxxxxxxxxxxxxxxxxxxxxx> <001101c0ce60$7621c200$21c9ca95@xxxxxxxxxxxxxx> <20010426105825.A1957@xxxxxxxx>
On Apr 26, 10:58am, Clint Adams wrote:
} Subject: Re: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correcti
}
} > /tools/src/zsh/Src/Modules/termcap.c 150: [warning]: CFE1550 variable
} > "incleanup" was set but never used
} > static int incleanup;
}
} That's puzzling.
In each of termcap.c and terminfo.c the only references to `incleanup' are
the static declaration and two assignments; it's never tested anywyere.
Either it should be tested in getterm{info,cap}, or removed entirely.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author