Bruce Evans e95ee6a0dc Fixed overflow in sysinit enum constants. In that little-used
language, ANSI C, enum constants must be representable as ints.
We assumed at-least-33-bit ints.  This worked on some 32-bit
systems because we don't mix negative sysinit enum constants with
too-large sysinit enum constants, and the compiler used an unsigned
32-bit type for sysinit enum variables, so sysinit enum variables
were sorted correctly.  The fix lops off 4 hopefully-unused bits
so that we now only assume at-least-29-bit ints.
1998-05-09 12:14:18 +00:00
..
1998-05-05 13:19:34 +00:00
1998-05-07 04:58:58 +00:00
1998-05-07 01:15:23 +00:00
1998-05-07 04:58:58 +00:00
1998-05-07 04:58:58 +00:00
1998-05-07 04:58:58 +00:00
1998-05-01 18:30:02 +00:00
1998-04-06 05:11:42 +00:00
1998-02-09 06:11:36 +00:00
1998-01-08 23:42:31 +00:00
1998-05-07 04:58:58 +00:00
1998-05-07 04:58:58 +00:00
1998-05-07 04:58:58 +00:00
1997-05-28 04:45:15 +00:00
1998-05-07 04:58:58 +00:00