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 is really in use anyway. But in any case, >casting an lvalue is probably not a good idea here.
Thats a typo on my part. The cast was meant to be outside the assignment. The reason it was UINTVAL is just a matter of taste for flag values, however one is as good as another here. Applied. -Melvin