CVSROOT: /usr/cvs Changes by: jkrell at birch. 12/09/20 16:37:00 Modified files: cm3/m3-sys/m3back/src/: M3C.m3 Log message: wow, oops, bit by mixing signed and unsigned\! when range checking INTEGER shift against 8 * sizeof(x) and -(8 * sizeof(x)) -- sizeof is unsigned, all 'negative' values are NOT less than it.. (again, see test p227)