# HG changeset patch # User Richard M. Stallman # Date 839703486 0 # Node ID 11039e684bd8f2bd7fc1579de8b1dc004531000c # Parent 57a1eaaa31e649c705b994c0231870fb5121b62d (LOAD_AVE_TYPE, FSCALE, LOAD_AVE_CVT): Undef them before defining. diff -r 57a1eaaa31e6 -r 11039e684bd8 src/m/sequent-ptx.h --- a/src/m/sequent-ptx.h Sat Aug 10 18:51:31 1996 +0000 +++ b/src/m/sequent-ptx.h Sat Aug 10 18:58:06 1996 +0000 @@ -59,11 +59,14 @@ /* Data type of load average, as read out of kmem. */ +#undef LOAD_AVE_TYPE #define LOAD_AVE_TYPE unsigned long /* Convert that into an integer that is 100 for a load average of 1.0 */ +#undef FSCALE #define FSCALE 1000.0 +#undef LOAD_AVE_CVT #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) /* Define CANNOT_DUMP on machines where unexec does not work.