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

Re: Job table full



On Tue, May 25, 2004 at 07:19:24PM +0100, Peter Stephenson wrote:
> So the-test-that-no-one-understands should simply have
> `thisjob != -1' in it, as in other places in the code.

I think it would also be good to change the type of jobtabsize and
maxjob from "size_t" to "int" so that we don't have a bunch of
signed/unsigned comparisons in the code.  Since other job-number
variables are ints, this should be fine.

..wayne..



Messages sorted by: Reverse Date, Date, Thread, Author