Some changes to unix.c to remove most conditionalization by machine
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sun, 19 Feb 1989 17:52:08 +0000 (17:52 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sun, 19 Feb 1989 17:52:08 +0000 (17:52 +0000)
commit6f1573d45238001d24bef717d116d636bff4bd86
treed4c80d95db53bcaedf91d4f682873c02438358d9
parent4bdc0a0f6451d0676b3df954428d7cfec0b7fdff
Some changes to unix.c to remove most conditionalization by machine
and OS type.  Most of the code is now conditionalized according to
flags like HAS_<mumble> or macros defined by the included files.

mul.c is now included by fixnum.c, and all the assembly language
versions have been moved to mul.c.
v7/src/microcode/array.c
v7/src/microcode/array.h
v7/src/microcode/config.h
v7/src/microcode/fixnum.c
v7/src/microcode/mul.c
v7/src/microcode/sgraph_a.c
v7/src/microcode/version.h
v8/src/microcode/mul.c
v8/src/microcode/version.h