Change definitions of SMALLEST_FIXNUM and BIGGEST_FIXNUM to have
authorChris Hanson <org/chris-hanson/cph>
Tue, 10 May 1988 17:34:41 +0000 (17:34 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 10 May 1988 17:34:41 +0000 (17:34 +0000)
commitbe1447d1ccbbfed14a54b2f19766ac1a6d07d205
tree0990b965b29978bf0ed9bb4fbe8d5cb2c28c572c
parent8eed78c3535c96707eacdb53d499bfdf8b076b5f
Change definitions of SMALLEST_FIXNUM and BIGGEST_FIXNUM to have
explicit casts to long type.  Previously this was automatically true
but ANSI C forces such constants to be unsigned long instead.
v7/src/microcode/object.h
v8/src/microcode/object.h