Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction)



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