* Eliminate BELL, USHORT_SIZE, ULONG_SIZE, DBFLT_SIZE, UNSIGNED_SHIFT,
authorChris Hanson <org/chris-hanson/cph>
Sat, 8 Sep 1990 00:10:48 +0000 (00:10 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 8 Sep 1990 00:10:48 +0000 (00:10 +0000)
commit3863128a8aa478c4fe936439465ed5e20e2f077d
tree4f944e2cd41a970208a1ed91d22b8c12bc7d584d
parentb59eebc92b0919e90f222e674dd1491f9266f4a6
* Eliminate BELL, USHORT_SIZE, ULONG_SIZE, DBFLT_SIZE, UNSIGNED_SHIFT,
  FLONUM_EXPT_SIZE, FLONUM_MANTISSA_BITS, MAX_FLONUM_EXPONENT, quick.

* Rename `Exit_Scheme' macros to upper case.

* New macro UNSIGNED_SHIFT_BUG has opposite meaning of old
  UNSIGNED_SHIFT -- it says that the compiler uses arithmetic right
  shift on the `unsigned long' type.

* Redo MIPS configuration to handle non-DEC machines.

* Add configurations for i386 and NeXT.

* Eliminate `term_type' definition -- HP's compiler no longer has this
  problem.

* Change `FIXNUM_TO_LONG' to use more efficient conversion suggested
  by Aubrey Jaffer.
15 files changed:
v7/src/microcode/bitstr.c
v7/src/microcode/boot.c
v7/src/microcode/cmpintmd/hppa.h
v7/src/microcode/cmpintmd/mc68k.h
v7/src/microcode/cmpintmd/mips.h
v7/src/microcode/config.h
v7/src/microcode/default.h
v7/src/microcode/object.h
v7/src/microcode/scheme.h
v7/src/microcode/term.c
v7/src/microcode/version.h
v7/src/microcode/wsize.c
v8/src/microcode/cmpintmd/hppa.h
v8/src/microcode/object.h
v8/src/microcode/version.h