On Tuesday,  2 February 1999 at  7:11:06 +1100, Peter Jeremy wrote:
> 
> BTW, anyone looking further afield from the above comment might notice
> code like:
> 
>   register *foo;
> 
>   foo = u.u_area;
>   foo->p_xyzzy =+ n;
> 
> There aren't may C compilers left that can handle this sort of code...

Ah, but there's better:

#define PS      0177776
struct  {
        int     integ;
};

sleep(chan, pri)
{
        int s;
        register *rp;

        s = PS->integ;

Greg
-- 
See complete headers for address, home page and phone numbers
finger g...@lemis.com for PGP public key

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to