[gnu.bash.bug] Compiling nojobs.c

terry@uivlsi (Terry Lee) (01/19/90)

When I try to compile jobs.c for SysV386, I get an 'invalid lvalue in
assignment' error on line 168 of nojobs.c.  The offending line is:

	status.w_termsig = status.w_retcode = 0;

The output of cpp shows this line translated to be:

	status.bytes.low & 0x7f = status.bytes.high = 0;

which is of course illegal.  What is the correct fix?  Thanks!
--
Terry Lee
uivlsif.csl.uiuc.edu