From: Guillermo J. Rozas Date: Sun, 19 Feb 1989 17:52:08 +0000 (+0000) Subject: Some changes to unix.c to remove most conditionalization by machine X-Git-Tag: 20090517-FFI~12269 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6f1573d45238001d24bef717d116d636bff4bd86;p=mit-scheme.git 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_ 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. --- diff --git a/v7/src/microcode/array.c b/v7/src/microcode/array.c index 59e51954c..07c34adba 100644 --- a/v7/src/microcode/array.c +++ b/v7/src/microcode/array.c @@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/array.c,v 9.33 1988/08/15 20:35:29 cph Exp $ */ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/array.c,v 9.34 1989/02/19 17:51:20 jinx Exp $ */ /* ARRAY = sequence of REAL(float or double numbers) with a tag on the front */ @@ -1439,7 +1439,7 @@ Pointer C_Array_To_Scheme_Vector(Array, Length) REAL *Array; long Length; *Now_Free++ = Make_Non_Pointer(TC_MANIFEST_VECTOR, Length); for (i=0; i