Re: [PATCH] Fix compile problem under Solaris

2002-03-18 Thread Bryan C. Warnock
On Monday 18 March 2002 18:53, Melvin Smith wrote: > At 05:37 PM 3/18/2002 -0600, David M. Lloyd wrote: > >This fixes a compile error under Solaris: "a cast does not yield an > >lvalue". I think this is something that GCC allows that others don't. > > > >It's not entirely clear to me why 'rflags'

Re: [PATCH] Fix compile problem under Solaris

2002-03-18 Thread Melvin Smith
At 05:37 PM 3/18/2002 -0600, David M. Lloyd wrote: >This fixes a compile error under Solaris: "a cast does not yield an >lvalue". I think this is something that GCC allows that others don't. > >It's not entirely clear to me why 'rflags' was a UINTVAL to begin with. >It doesn't look like this code

[PATCH] Fix compile problem under Solaris

2002-03-18 Thread David M. Lloyd
This fixes a compile error under Solaris: "a cast does not yield an lvalue". I think this is something that GCC allows that others don't. It's not entirely clear to me why 'rflags' was a UINTVAL to begin with. It doesn't look like this code is really in use anyway. But in any case, casting an l