From efa67b186c80aa5648e8eff7489fb84ae223d5b4 Mon Sep 17 00:00:00 2001 From: Panayotis Skordos Date: Thu, 7 Jan 1988 19:17:54 +0000 Subject: [PATCH] added macro complex-multiply --- v7/src/microcode/array.h | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/v7/src/microcode/array.h b/v7/src/microcode/array.h index 6225fa8d4..82eecb2b7 100644 --- a/v7/src/microcode/array.h +++ b/v7/src/microcode/array.h @@ -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.h,v 9.24 1987/12/31 18:51:55 pas Rel $ */ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/array.h,v 9.25 1988/01/07 19:17:54 pas Exp $ */ #define REAL float @@ -80,39 +80,31 @@ MIT in each case. */ so as to avoid name shadowing other variables when substituted. */ -/* Array_Scale - */ #define C_Array_Scale(a,scale, len) \ { register long mcrindx; \ for (mcrindx=0;mcrindx