From 0cd769fbda5a693c2007884ed13846fb285d1e7c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 27 Apr 1993 10:28:44 +0000 Subject: [PATCH] Delete extraneous semicolon. --- v7/src/microcode/array.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/array.c b/v7/src/microcode/array.c index 8668d99df..48d49f0ad 100644 --- a/v7/src/microcode/array.c +++ b/v7/src/microcode/array.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/array.c,v 9.44 1991/12/20 22:48:36 cph Exp $ +$Id: array.c,v 9.45 1993/04/27 10:28:44 cph Exp $ -Copyright (c) 1987-91 Massachusetts Institute of Technology +Copyright (c) 1987-93 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -1917,7 +1917,7 @@ DEFINE_PRIMITIVE ("SAMPLE-PERIODIC-FUNCTION", Prim_sample_periodic_function, 4, error_bad_range_arg (1); PRIMITIVE_RETURN (Result); } - ; + double hamming (t, length) double t, length; -- 2.25.1