From 86dcbf70aa964ca49164e9133b779eb718afb938 Mon Sep 17 00:00:00 2001 From: Panayotis Skordos Date: Sat, 12 Dec 1987 19:13:51 +0000 Subject: [PATCH] *** empty log message *** --- v7/src/microcode/fft.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/fft.c b/v7/src/microcode/fft.c index 7ea4f7af8..da82006ab 100644 --- a/v7/src/microcode/fft.c +++ b/v7/src/microcode/fft.c @@ -30,9 +30,9 @@ 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/fft.c,v 9.21 1987/01/22 14:24:33 jinx Rel $ */ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/fft.c,v 9.22 1987/12/12 19:13:51 pas Rel $ */ -/* FFT scheme primitive, using YEKTA FFT */ +/* Fast Fourier Transforms (pas) */ #include "scheme.h" #include "primitive.h" -- 2.25.1