RE: Y2k compliance

=?ISO-8859-1?Q?C=2E_Jasp=E2h_Spaans?= (spaans@vvtp.tn.tudelft.nl)
Sat, 5 Dec 1998 14:48:12 +0100 (CET)


On Sat, 5 Dec 1998, C. Jaspâh Spaans wrote:

> if (year mod 4=0) and (year mod 400=0) then begin
> { some code }

Forget this code, my brain had a hick-up, it looked like this

if (year mod 4=0) and not (year mod 100=0)

-- 
  __ ___ __  C. Jasper Spaans            <spaans@corps.nl>   -o)
 /     //__                                                  /\\
/__ __/ __/  Donkerstraat 9-A  2611 TE  DELFT  015-2133685  _\_v 
                                                  join the penguin force!
 13:47pm  up  7962 days,  5:34,  1 user,  load average: 0.00, 0.00, 0.00

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/