From: Panayotis Skordos Date: Thu, 7 Jan 1988 19:17:54 +0000 (+0000) Subject: added macro complex-multiply X-Git-Tag: 20090517-FFI~12930 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=efa67b186c80aa5648e8eff7489fb84ae223d5b4;p=mit-scheme.git added macro complex-multiply --- 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