imp 57d67012f6 Use a different approach to range check.
gcc hates dt < CC_DT_NONE since it can never be true when dt is an unsigned
type. Since that's a compiler choice and may be affected by weird stuff, instead
use (unsigned)dt > CC_DT_UNKNOWN to test for bounds error since that will work
regardless of the signedness of dt.
2019-07-15 23:43:38 +00:00
..
2018-09-18 20:52:24 +00:00
2019-02-04 21:28:25 +00:00
2019-05-23 20:12:24 +00:00
2019-03-08 10:03:16 +00:00
2019-03-20 21:48:43 +00:00
2017-10-31 00:07:04 +00:00
2019-04-19 10:52:54 +00:00
2019-01-05 16:05:39 +00:00
2019-06-25 04:50:09 +00:00